need help with code stage mod

Xiaofei

New User
4
06/01/19
0
Thread Author
87656


Does anyone know how to mod this codestage method ? I try to add Newobj, it not works. then , I use ldc.i4 ret 99999 , it also not work. If you can help me , I will appreciate that !
 
If what u posted is just like that it seems to be returning an Int32 and not an obscured type, Just nop all that then do:

Code:
ldc.i4 9999
ret

Check List of CIL instructions - Wikipedia for more info on how ldc loads values.
 
Back
Top Bottom