Log in

View Full Version : PHPScriptExec & CloneDll script & TASM exports generator script


roxaz
July 18th, 2008, 17:33
Sharing time! So here is PHPScriptExecutor. It basically finds any *.php in its dir and lets you choose one and execute. Source code included. (Written in c#)

CloneDll.php - this will generate Clone.cpp, Clone.h and Clone.def from chosen dll. Using these files youll have all exports of certain dll. Well, youll have clone of a dll. To use it make snapshot of exports table of a dll using ExpX and put result txt in the dir of a script. open a script and set $name to the name of dll you are cloning. then execute and enjoy result. (thx to some guy that posted example of cloned dll on www.codeproject.com)

TASM exports generator - well fyyre asked me to bake this script. It clones dll too, but now output is usable with TASM. make snapshot of exports table with ExpX and put it to scripts dir. rename it to in.txt. Execute script and results will be in out.txt

roxaz
July 18th, 2008, 17:36
and PHPScriptExec binaries (stupid 2 uploads limit :speechless