Tools:
- binParser 0.7.0 - crossplatform binary parser.
- Improve stability
- Fix work with wrong combination flags and binary file type
- Improve performance with using file mapping instead of file reading
Libs:
- aarch64_code_move - lib for moving aarch64 code from one address to another
- args - crossplatform declarative wrapper on argp.h library
- binDynMod - dynamic modification library
- binParse - crossplatform lib for parsing binary files
- binPrinter - crossplatform lib for print parsed binary files
- containers - crosspalform lib with containers
- file - crosspalform lib for work with files
- LEB128 - crossplatform light lib for read write data in LEB128 format
- mem - crosspalform lib for work with memory
- mod - library for binary modification code
- string - crosspalform lib for work with string