What's Changed
- Feature/capstone by @Etto48 in #23
- Now capstone is used to decompile files, this extends significantly the list of supported architectures
- fixed aarch64 symbols by @Etto48 in #24
- Now the hex and text view are calculated at runtime by @Etto48 in #25
- Significant improvements in the memory usage for large files
- Now keystone is used for assembling instead of an external assembler by @Etto48 in #26
- There's no more need for an external assembler
- Added support for every type of executable by @Etto48 in #27
- Now the Object library is used for reading every header, this adds support for more types of executables, including Mach-O
- Fixed file format and architectures on README.md by @Etto48 in #28
- Now the text section is found also on Mach-O files by @Etto48 in #29
- Version bump to v1.0.0-rc.1 by @Etto48 in #30
Full Changelog: v0.2.0...v1.0.0-rc.1