backengineering / bintests

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

other pieces of software to test #5

Closed CR3Swapper closed 4 months ago

CR3Swapper commented 5 months ago
CR3Swapper commented 5 months ago

hash cat tests? https://github.com/hashcat/hashcat/blob/master/deps/xxHash/tests

CR3Swapper commented 5 months ago

zasm tests have all tests together in a single binary and make it difficult to compare stdout. However zasm has some nice examples which we can use to test.

zasm also has a nice benchmark exe we can use.

CR3Swapper commented 5 months ago

zasm example bins have been added.

https://github.com/backengineering/bintests/commit/0bdae0f0b11e2a4627cf8ed30fd73f013f6f2c4e

CR3Swapper commented 5 months ago

windows has SEH test binaries.

https://github.com/microsoft/compiler-tests/tree/master/seh

CR3Swapper commented 4 months ago

https://github.com/g-truc/glm/tree/master/test

CR3Swapper commented 4 months ago

windows has SEH test binaries.

https://github.com/microsoft/compiler-tests/tree/master/seh

added all of these

54 commented 4 months ago

https://github.com/Vector35/function_detection_test_suite/ in particular the byteweight tests for pex86/x86-64 + more im sure

CR3Swapper commented 4 months ago

https://github.com/Vector35/function_detection_test_suite/ in particular the byteweight tests for pex86/x86-64 + more im sure

I dont think these are actual PE files, i downloaded and unzipped them and its not a PE?

https://github.com/Vector35/function_detection_test_suite/tree/master/byteweight/pe-x86-64

CR3Swapper commented 4 months ago

done