| ▲ | mitxela 2 hours ago | ||||||||||||||||
Why wouldn't those be possible to reproduce? | |||||||||||||||||
| ▲ | Pannoniae 2 hours ago | parent [-] | ||||||||||||||||
"assign all these pointers to the correct types, a wrong guess leads to different COMDAT folding" "get the order of local variables in this function right, otherwise the register allocation doesn't match. Oh and there's 150 local variables just in this function, good luck trying them all" "Find out the translation unit boundaries exactly (assume there's no pdb otherwise this is trivial) and after doing so, figure out the order they were compiled in, otherwise it won't match" "brute force the compilation flags for the project and if you're done, also bruteforce it for the CRT or any other middleware which usually came prebuilt so it doesn't match the main game" Should I continue;) | |||||||||||||||||
| |||||||||||||||||