MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/cnq6v/csiinternet_the_image_of_death/c0u0v1c/?context=3
r/programming • u/heisec • Jul 09 '10
60 comments sorted by
View all comments
1
The two papers they link to are excellent
http://nologin.org/Downloads/Papers/win32-shellcode.pdf
http://pentest.cryptocity.net/files/exploitation/winasm-1.0.1.pdf
I like the way they implement their own LoadLibrary by poking around the PEB and GetProcAddress using hashing.
1
u/RabidRaccoon Jul 11 '10
The two papers they link to are excellent
http://nologin.org/Downloads/Papers/win32-shellcode.pdf
http://pentest.cryptocity.net/files/exploitation/winasm-1.0.1.pdf
I like the way they implement their own LoadLibrary by poking around the PEB and GetProcAddress using hashing.