Log in

View Full Version : custom gpa spy


deroko
September 15th, 2008, 13:12
http://forums.accessroot.com/?showtopic=7513

read above topic to know how this idea was born well actually this idea was in my mind for almost two years, but never found it useful to fully develop working code, but after reading this topic, and comments at posted link, I've decided to give it a go status.

In short : at above link, you will find link to the other site which has statistic of used functions in common files. On other hand, many are missed due to GetProcAddress, and not to mention many being missed due to custom GetProcAddress. So how to spy custom GetProcAddress!?!? well read the code and you will see.

This could be useful for protection profiling, and there are some other ways which I would use to deal with this, but for now, it seems ok, just so you get the basic idea. code is really messy, as I hate writing ring3 debuggers...

full code and sample binary:
http://deroko.phearless.org/export_log.rar

dELTA
September 19th, 2008, 18:21
Nice stuff, as always deroko.

CRCETL:
http://www.woodmann.com/collaborative/tools/Export_Log

mr. seeQ
September 21st, 2008, 05:18
nice idea, excellent work!

deroko
September 22nd, 2008, 07:58
tnx guys although this is an poc code, I assume that it can be used (with a little modification) as a real reversing tool