Skip to content

v1.5.2

Latest
Compare
Choose a tag to compare
@Vipon Vipon released this 17 Mar 18:50
· 4 commits to master since this release
f7a4d89

Tools:

  1. binParser 0.7.0 - crossplatform binary parser.
    1. Improve stability
    2. Fix work with wrong combination flags and binary file type
    3. Improve performance with using file mapping instead of file reading

Libs:

  1. aarch64_code_move - lib for moving aarch64 code from one address to another
  2. args - crossplatform declarative wrapper on argp.h library
  3. binDynMod - dynamic modification library
  4. binParse - crossplatform lib for parsing binary files
  5. binPrinter - crossplatform lib for print parsed binary files
  6. containers - crosspalform lib with containers
  7. file - crosspalform lib for work with files
  8. LEB128 - crossplatform light lib for read write data in LEB128 format
  9. mem - crosspalform lib for work with memory
  10. mod - library for binary modification code
  11. string - crosspalform lib for work with string