Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect non-standard native stubs #76

Open
holly-hacker opened this issue Mar 5, 2023 · 0 comments
Open

Detect non-standard native stubs #76

holly-hacker opened this issue Mar 5, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@holly-hacker
Copy link
Owner

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.

@holly-hacker holly-hacker added the enhancement New feature or request label Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant