4 Commits

Author SHA1 Message Date
x86byte ba2bdb4394 Add common gitignore patterns for IDE and OS files 2026-06-30 11:16:44 +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 5c31095555 chore: ignore generated test output files 2026-06-30 09:22:03 +01:00
x86byte 5fab3a419c cfgrip: standalone CFG extraction tool from PE/ELF binaries 2026-06-29 11:48:20 +01:00