Vicaffix
Vicaffix
Imagebase is located 0x000000140000000 I tried a couple different values all aligned on page boundary but any changes to the Imagebase cause the application to crash. (Windows 10)
compiler: /GS /GL /W3 /Gy /Zc:wchar_t /Zi /Gm- /O2 /sdl /Fd"x64\Release\vc140.pdb" /Zc:inline /fp:precise /D "NDEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /errorReport:prompt /WX- /Zc:forScope /Gd /Oi /MD /Fa"x64\Release\" /EHsc /nologo...
Oh, no... I used CFF Explorer :)
Yes, you are right. They do have to be 64k aligned, however editing the imagebase from a PE editor is still crashing the binary. Changing the imagebase from the compiler...