Cpp2IL
Cpp2IL copied to clipboard
Split instruction sets into their own packages
- Makes core cleaner by not having architecture specific dependencies
- Makes it possible for library consumers to pick what architectures they need
- Update Disarm to https://github.com/SamboyCoding/Disarm/pull/12
- Implement ArmV7 using https://github.com/js6pak/CapstoneSharp
Note for the future: the whole Cpp2IlInstructionSet/BaseKeyFunctionAddresses architecture needs some cleanup to reduce code duplication