warbler / SharpMonoInjector

A tool for injecting assemblies into Mono embedded applications, commonly Unity Engine based games
MIT License
310 stars 108 forks source link

Adding x64 support? #1

Closed lucaheft closed 6 years ago

lucaheft commented 6 years ago

This works like a charm for x86 applications, for x64 it throws an error :/ looks like fasm.net only works for x86. Can x64 support be added?

EDIT: for anyone interested this one works: https://github.com/Michidu/MonoInjector

warbler commented 6 years ago

x64 support has now been added.