![]() |
|
#1
|
|||
|
|||
ManagedJitter - MixedAssembly
ManagedJitter - ManagedJitter-MixedAssemblyLoader
ManagedJitter - a dumper and .NET jitter * managed jitter supporting mixed mode assembly, not perfect, doesn't work with NetBox. |
The Following User Gave Reputation+1 to CodeCracker For This Useful Post: | ||
mdj (03-20-2023) |
The Following 7 Users Say Thank You to CodeCracker For This Useful Post: | ||
besoeso (03-18-2023), mdj (03-20-2023), tonyweb (03-18-2023), user_hidden (03-18-2023), Vosiyons (03-17-2023), wilson bibe (03-18-2023), yoza (03-19-2023) |
#2
|
|||
|
|||
Does it support .NET 4.8?
|
#3
|
||||
|
||||
error on debug in os windows 11
System.AccessViolationException: 'Attempted to read or write protected memory. This is often an indication that other memory is corrupt.' |
#4
|
|||
|
|||
Quote:
|
#5
|
|||
|
|||
what is needed to add support framework 4.8?
|
#6
|
|||
|
|||
What you have to do is changing search pattern for functions like mscorjit!Compiler::compCompile
MethodDesc: ![]() .... Update addresses in Structures.cs, update "public unsafe struct CORINFO_METHOD_INFO" in Structures.cs I don't know how CORINFO_METHOD_INFO structures look like in framework 4.8 Didn't bother to be frankly. The program should be started by Framework 4.0; but it should be able to unpack latter framework assemblies. |
![]() |
Thread Tools | |
Display Modes | |
|
|