Jump to content
Tuts 4 You

C# (.NET) - change the call stack trace of a running method ??


CodeExplorer

Recommended Posts

Posted

C# (.NET) how to change the call stack trace of a running method??
Without throwing exceptions! Is this even possible?
 

Posted

To do that you'll need to find and modify call stack in memory, which I don't think you can do in c# without getting creative 

Hadits follower
Posted

its possible by c# by using pointer all we need to reach the native function pointer of the call 

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...