]> git.siccegge.de Git - frida/frida.git/commit - CMakeLists.txt
Add testcases for disassembler
authorChristoph Egger <Christoph.Egger@fau.de>
Thu, 26 Mar 2015 16:43:24 +0000 (17:43 +0100)
committerChristoph Egger <Christoph.Egger@fau.de>
Thu, 26 Mar 2015 16:43:24 +0000 (17:43 +0100)
commite232dc612584f55a6426051c8f59b6d9a00c3029
tree07d2aca9ed87951ad2df8608572b523904e74a3d
parent85728a79afa06bc7d44a931225a9231efb55df74
Add testcases for disassembler

Testing basic functionality of the LLVM-based disassembler on amd64/elf
and amd64/MachO. More tests will follow as soon as I get reasonable test
binaries, we should at least also cover PE and arm (maybe ppc, mips, ..)
CMakeLists.txt
src/disassembler/llvm/tests/amd64LinuxDisassemblerTest.cxx [new file with mode: 0644]
src/disassembler/llvm/tests/amd64MachODisassemblerTest.cxx [new file with mode: 0644]
testdata/disassembler/binaries/crypt.clang.O2.amd64.elf [new file with mode: 0755]
testdata/disassembler/binaries/crypt.clang.O2.amd64.elf.frida [new file with mode: 0644]
testdata/disassembler/binaries/crypt.clang.O2.amd64.macho [new file with mode: 0755]
testdata/disassembler/binaries/crypt.clang.O2.amd64.macho.frida [new file with mode: 0644]