6 Commits

Author SHA1 Message Date
x86byte fb5efbac62 Fix #10 #11: 32-bit ELF loader + multi-library DT_NEEDED 2026-07-02 13:21:59 +01:00
x86byte dbcc09a8ea Implement PE export directory parsing 2026-07-02 13:02:59 +01:00
x86byte 9146af0402 Add getSymbolName to Binary interface, implement in ELF loader 2026-07-02 12:58:33 +01:00
x86byte 6c2dca78ab Function boundary detection: multi-pass prolog, tail-call, .pdata, data pointers
- Extended prolog patterns: MSVC x64 callee-saves, sub rsp >= 0x20, enter
- Tail-call detection: jmp to prolog candidates seeds new functions
- endbr64/endbr32 CET skipping at function starts
- PE .pdata exception table parsing for precise start/end boundaries
- Data-section function pointer scanning (vtables, callbacks)
- PLT stub detection with is_thunk tag
- end_address and is_thunk fields in Function struct and JSON output
- getDataRanges() and getRuntimeFunctions() in Binary interface
- README docs for all new features + research paper reference
2026-06-30 10:04:56 +01:00
x86byte 94cb67893c elf: fix readBytes to map vaddr through segment file offset 2026-06-29 12:25:15 +01:00
x86byte 5fab3a419c cfgrip: standalone CFG extraction tool from PE/ELF binaries 2026-06-29 11:48:20 +01:00