backengineering / bintests

A large collection of 32bit and 64bit PE files useful for verifying the correctness of bin2bin transformations
43 stars 2 forks source link

windows seh tests are optimized away #10

Closed CR3Swapper closed 7 months ago

CR3Swapper commented 7 months ago

re-compile all of the seh tests with optimizations disabled because it is removing the try/except lol.

CR3Swapper commented 7 months ago

https://github.com/backengineering/compiler-tests

CR3Swapper commented 7 months ago

done