Thread Local Storage Callbacks, just learned about them in Lena Tut's yesterday. So far seem like a pretty cool trick to execute code before code program is even loaded. Still trying to figure out how to code it myself, though not sure what I might use it for. http://www.nynaeve.net/?p=183
BTW: This guys blog is epic, every obscure thing I search for this guy has an article about.
thats nasty, that'd mean code could be executed while olly for example is loading it?
Posts 1–4 of 4 · Page 1 of 1
Post a Reply
Tags for this Thread
None
Originally Posted by Hell_Demon
thats nasty, that'd mean code could be executed while olly for example is loading it?
You wanna know some really nasty code? Check this out. This guy made the smallest possible PE of 97 bytes that downloaded a file by specifying a IP Address rather then a directory for a dll: Tiny PE
So essentially your whole hard drive could be wiped before the program even reached EP.
Originally Posted by why06
You wanna know some really nasty code? Check this out. This guy made the smallest possible PE of 97 bytes that downloaded a file by specifying a IP Address rather then a directory for a dll: Tiny PE
So essentially your whole hard drive could be wiped before the program even reached EP.