View Single Post
  #6  
Old 03-25-2023, 17:52
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 466
Rept. Given: 27
Rept. Rcvd 406 Times in 134 Posts
Thanks Given: 21
Thanks Rcvd at 1,884 Times in 359 Posts
CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499
Quote:
Originally Posted by sendersu View Post
what is needed to add support framework 4.8?
What you have to do is changing search pattern for functions like mscorjit!Compiler::compCompile
MethodDesc:oPrestub
....
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.
Reply With Quote
The Following 2 Users Say Thank You to CodeCracker For This Useful Post:
niculaita (03-26-2023), tonyweb (03-27-2023)