摘要:
To get 32-bit PEB from 32-bit process: BYTE* _teb = (BYTE*)__readfsdword(0x18); PEB32* _peb = *(PEB32**)(_teb + 0x30); To get 64-bit PEB from 64-bit p 阅读全文
摘要:
1 #include // Standard C++ library for console I/O 2 #include // Standard C++ Library for string manip 3 4 #include // WinAPI Header 5 #include //WinAPI Process API 6 7 8 // us... 阅读全文
摘要:
https://support.bcgsoft.com/KB/View/37-how-can-i-add-a-library-to-my-static-mfc-project How can I add a library to my static MFC project? You need to 阅读全文