Pinned Repositories
disasm-benchmark
Pangine disassembly ground truth benchmark
disasm-eval-cmp
The toolkit to compare, print, and summarize statistical characteristics on disassembler results and ground truth
disasm-eval-disasms
The extractors and capnp encoders that extract and output disassemblers' results into a capnp file, formatted using pangineDSM-import/capnp-rst
disasm-eval-sources
The repo contains source test suite programs used as examples in the disassembler ground truth generation and disassemblers accuracy evaluations within the Pangine Project
disasm-gt-generator
The LST-based ground truth generation method
llvmmc-resolver
A server based on llvm-mc that decode machine code to assembly code using Unix socket and capnp
msvc-wine
Scripts for setting up and running MSVC in Wine on Linux
pangineDSM-import
The APIs and data structures for Pangine disassembler project to get, read, and output (in capnp) information from a third-party disassembler
pangineDSM-obj-x86-coff
The instruction identify functions for x86/x64 coff using pangineDSM-utils/program-struct structures
pangineDSM-obj-x86-elf
The instruction identify functions for x86/x64 elf using pangineDSM-utils/program-struct structures
Program Analysis Engine's Repositories
pangine/disasm-benchmark
Pangine disassembly ground truth benchmark
pangine/disasm-gt-generator
The LST-based ground truth generation method
pangine/msvc-wine
Scripts for setting up and running MSVC in Wine on Linux
pangine/disasm-eval-cmp
The toolkit to compare, print, and summarize statistical characteristics on disassembler results and ground truth
pangine/disasm-eval-disasms
The extractors and capnp encoders that extract and output disassemblers' results into a capnp file, formatted using pangineDSM-import/capnp-rst
pangine/disasm-eval-sources
The repo contains source test suite programs used as examples in the disassembler ground truth generation and disassemblers accuracy evaluations within the Pangine Project
pangine/llvmmc-resolver
A server based on llvm-mc that decode machine code to assembly code using Unix socket and capnp
pangine/pangineDSM-import
The APIs and data structures for Pangine disassembler project to get, read, and output (in capnp) information from a third-party disassembler
pangine/pangineDSM-obj-x86-coff
The instruction identify functions for x86/x64 coff using pangineDSM-utils/program-struct structures
pangine/pangineDSM-obj-x86-elf
The instruction identify functions for x86/x64 elf using pangineDSM-utils/program-struct structures
pangine/pangineDSM-utils
The fundamental utils and APIs for Pangine disassembler project