Commit Graph

  • fb5efbac62 Fix #10 #11: 32-bit ELF loader + multi-library DT_NEEDED main v1.0.0 fix-issue10-11 x86byte 2026-07-02 13:15:27 +01:00
  • 3a33c84c05 Fix #9: implement PE export directory parsing x86byte 2026-07-02 13:03:10 +01:00
  • dbcc09a8ea Implement PE export directory parsing x86byte 2026-07-02 13:02:59 +01:00
  • 664dafbc43 Fix #8: expose ELF .symtab symbol names to builder x86byte 2026-07-02 12:58:53 +01:00
  • 9146af0402 Add getSymbolName to Binary interface, implement in ELF loader x86byte 2026-07-02 12:58:33 +01:00
  • 50c9834a39 Expand .gitignore x86byte 2026-06-30 11:16:57 +01:00
  • ba2bdb4394 Add common gitignore patterns for IDE and OS files improve-gitignore x86byte 2026-06-30 11:16:44 +01:00
  • 67cceb02f1 Enable PIC x86byte 2026-06-30 11:16:16 +01:00
  • 08175d1549 Enable position-independent code in CMake pic-cmake x86byte 2026-06-30 11:16:00 +01:00
  • 08236ff565 Add .editorconfig x86byte 2026-06-30 11:15:43 +01:00
  • 5505d402b2 Add .editorconfig for consistent editor settings add-editorconfig x86byte 2026-06-30 11:15:30 +01:00
  • 51fada90da Add .gitattributes x86byte 2026-06-30 11:14:42 +01:00
  • 2580fe7e7d Add .gitattributes with proper line ending handling x86byte 2026-06-30 11:14:14 +01:00
  • cb4ef0320e Remove obsolete test files with user-local paths x86byte 2026-06-30 10:18:33 +01:00
  • 6c2dca78ab Function boundary detection: multi-pass prolog, tail-call, .pdata, data pointers x86byte 2026-06-30 10:04:56 +01:00
  • 236e428dce README: add output format docs for --subs-only and --clean modes x86byte 2026-06-30 09:41:55 +01:00
  • 8565b45c08 fix: skip empty functions, relax jump-threading to handle multi-instr jmp stubs x86byte 2026-06-30 09:28:52 +01:00
  • 5c31095555 chore: ignore generated test output files x86byte 2026-06-30 09:22:03 +01:00
  • dd3e5f9a3b remove stale test output artifacts x86byte 2026-06-30 09:21:15 +01:00
  • 30862455d9 feat: add mode field to JSON output, only emit stack_offset in clean mode x86byte 2026-06-30 09:21:05 +01:00
  • c4739221b7 fix: unique output filenames per mode (.subs, .clean, .subs.clean) x86byte 2026-06-30 09:00:47 +01:00
  • d7a02a9df7 readme: document --clean flag x86byte 2026-06-29 13:01:13 +01:00
  • 0c914f72e6 add --clean flag: jump-threading, dead-block pruning, stack deltas, xrefs x86byte 2026-06-29 13:00:53 +01:00
  • 815ddc53d4 readme: document --subs-only flag x86byte 2026-06-29 12:55:18 +01:00
  • a6e86fd2f2 add --subs-only flag for reachable-function-only extraction x86byte 2026-06-29 12:53:31 +01:00
  • 94cb67893c elf: fix readBytes to map vaddr through segment file offset x86byte 2026-06-29 12:25:15 +01:00
  • 5fab3a419c cfgrip: standalone CFG extraction tool from PE/ELF binaries x86byte 2026-06-29 11:48:20 +01:00