On the road of hiding… PEB, PE format handling and DLL loading homemade APIs – part 2
Here I go on with my discussion about the custom APIs I’m writing. As the GetProcAddress seems to work, I think it’s time to write a post about it. It hasn’t been difficult to implement this, but not so easy at the same time (nothing compared to the on-going LoadLibrary anyway). In doing this I […]