Yet another study oriented release
By Romain Sunday, December 2 2007 - 20:57 UTC - Tools - Permalink
By Romain Sunday, December 2 2007 - 20:57 UTC - Tools - Permalink
I've been working a couple of months on a project named php-ast/oracle. I am opening the source of the project today because I think that people may be interested in such a code. Roughly, php-ast/oracle is able to get/transform information on a php source code, I used it for: creating real obfuscations (control-flow, data-flow), implementing security metrics, writing a converter from php to c++ for static analysis purpose and some other stuff such as variables flow etc.. You can have more information here: http://trac2.assembla.com/php-ast. I may post about this project later don't have much time now...
But this news is only for releasing a script I used a lot this last weeks; a PHP preprocessor. I've been using this preprocessor in order to clean the crappy PHP code we can found in the wild... in order to use php-ast/oracle correctly for calculating security metrics and so on.
The preprocessor is actually doing 3 things:
The preprocessor is available here: preproc.zip
Comments