binaryinternals icon indicating copy to clipboard operation
binaryinternals copied to clipboard

Free Tools to View Internals of Binary File, including .class, .dex, .elf, .zip, etc.

Results 5 binaryinternals issues
Sort by recently updated
recently updated
newest added

Parse `zip` format further based on https://users.cs.jmu.edu/buchhofp/forensics/formats/pkzip.html

Parse `DEX` file format

Parse ELF file. See - https://github.com/torvalds/linux/blob/master/include/uapi/linux/elf.h - https://en.wikipedia.org/wiki/Executable_and_Linkable_Format

Continuously improvements * Refactor existing coding logic * Build and Release * 3rd Party lib upgrade

I'm researching automation maturity, and have investigated your repository and looked at the GitHub workflows and Maven plugins you are using! I'll give you a quick summary of what I...