Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 382 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 382 Bytes

XB1nLib

Binary tools library write in C

Features

  • decode arm and arm64 instruction
  • parse MachO64, ELF, ELF64 binary file
  • some util bin function: map file, hex dump, and so on
  • ...

Notice

this project is powerful backend tool for XIL2CppDumper now.

if you want to encode or decode instruction that this project not contained, you can push your code By PR.