Open x96dbg opened 2 years ago
Could you attach the file sample?
Could you attach the file sample?
can't find reason?
I don't have any machine currently to test the file and update the project. I'm thinking about adding a new feature because loading an assembly cause many problems once you use different platform or versions. Instead of hooking UnsafeInvokeInternal
, it injects middleman runtime code onto the assembly inserting proxy calls straight to VM Handler and redirecting parameters, return value, etc. so we could generate patched assembly having support for both platforms .net core and .net framework. But there is a problems like CRC Check
and so on...
I don't have any machine currently to test the file and update the project. I'm thinking about adding a new feature because loading an assembly cause many problems once you use different platform or versions. Instead of hooking
UnsafeInvokeInternal
, it injects middleman runtime code onto the assembly inserting proxy calls straight to VM Handler and redirecting parameters, return value, etc. so we could generate patched assembly having support for both platforms .net core and .net framework. But there is a problems likeCRC Check
and so on...
thank you for your help :)
stopped here what's the reason? my file is net.framework 4.7.2