What's new in phoneyc's shellcode detection (1)--- Tracing spidermonkey
25 May 2009 Zhijie Chen gsoc phoneyc shellcode spidermonkey
1. Overview
As I wrote in my project outline (https://www.honeynet.org/gsoc/project1) . I should have done some basic enhancement and experiments on python-spidermonkey for a more fine-granted tracing on spidermonkey. So till now what I have done on it includes:
a. Implemented the get_globj method in the Context class, which enables one to ‘pull’ all the properties of the global object inside spidermonkey ( namely the global variables, because all the global variables are properties of the global object ) into python context.