Only a few bytes in the PE header, such as e_lfanew, RVA of Import Directory, are essential to complete the loading process. Therefore, other bytes can be overwritten with random ones to hide PE ...
I've written some C DLLs years ago, but because of another problem, it looks like I need to convert some classes I have into seperate DLLs. How do you export the functions in the classes? What if all ...