You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading a managed executable, detect non-standard native stubs to warn the user of accidental native code execution when debugging. I am not sure what the best way to warn the user is yet, but I think warning before starting a debugging session and showing a warning in the treeview (new node?) are a good start.
Technical note: The end of the stub jumps into _CorDllMain. It needs to be verified that this is the correct _CorDllMain.
The text was updated successfully, but these errors were encountered:
Inspired by washi's blog post: https://washi.dev/blog/posts/entry-points/
When loading a managed executable, detect non-standard native stubs to warn the user of accidental native code execution when debugging. I am not sure what the best way to warn the user is yet, but I think warning before starting a debugging session and showing a warning in the treeview (new node?) are a good start.
Technical note: The end of the stub jumps into _CorDllMain. It needs to be verified that this is the correct _CorDllMain.
The text was updated successfully, but these errors were encountered: