justinstenning / SharpDisasm

SharpDisasm - x86 / x86-64 disassembler for .NET
https://www.nuget.org/packages/SharpDisasm
Other
212 stars 39 forks source link

Inject an assembly instruction factory to Disassembler #17

Open shlomoartsi opened 6 years ago

shlomoartsi commented 6 years ago

I need to create an extended instruction instead of SharpDisasm.Instruction. For this I need to inject an IInstructionFactory to the SharpDasm.Disassembler ctor. Furthermore changes are needed to support this.