Jump to content
Tuts 4 You

C# is there App for replacing IL Instructions?


ewwink

Recommended Posts

I know I can do it with dnlib or one by one with DnSpy, but is there other app that ready to use for doing this?

example, I want to replace

ldc.i4    50
call    int32 MyApp.MainForm::getInt(int32)

with

ldc.i4    5
nop


 

Link to comment
  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...