View Single Post
  #1  
Old 06-25-2022, 14:24
0xall0c 0xall0c is offline
Friend
 
Join Date: Mar 2018
Posts: 67
Rept. Given: 0
Rept. Rcvd 4 Times in 3 Posts
Thanks Given: 25
Thanks Rcvd at 65 Times in 35 Posts
0xall0c Reputation: 4
disable loading of native images in .net process?

i am trying to hook the parsing engine of powershell, which is present in System.Management.Automation dll, for that i have hooked the jit compilemethod, but the problem is powershell loads native image of this dll instead of the regular assembly, is there any way i can force the loaf of regular assembly and not the native image? i have tried COMPLUS_ZapDisable but it is not working either
Reply With Quote