Cpp2IL icon indicating copy to clipboard operation
Cpp2IL copied to clipboard

Split instruction sets into their own packages

Open js6pak opened this issue 2 years ago • 0 comments

  • 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

js6pak avatar May 07 '23 00:05 js6pak