java-binutils icon indicating copy to clipboard operation
java-binutils copied to clipboard

Provides a java library to read AR, ELF, COFF and other kind of binary files

Results 4 java-binutils issues
Sort by recently updated
recently updated
newest added

I added a POM file to allow the project to be built with Maven. I also made it possible for client code to get the string values from dynamic entries....

For the JNA project I needed a way to determine whether an ELF binary for ARM is compiled as a softfloat or hardfloat variant. For that implementation I was inspired...