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

Improve support for Dotnet call #8

Open
fmoessbauer opened this issue Apr 23, 2019 · 0 comments
Open

Improve support for Dotnet call #8

fmoessbauer opened this issue Apr 23, 2019 · 0 comments
Assignees
Labels
app:clr Related to managed (CLR) application app:core Related to managed (CoreCLR) application enhancement New feature or request

Comments

@fmoessbauer
Copy link
Member

On dotnet applications we observed the following instruction combination to implement a call:

push addr; ret

See also: https://groups.google.com/d/topic/dynamorio-users/8cPY5B7FZ74/discussion

@fmoessbauer fmoessbauer added enhancement New feature or request app:clr Related to managed (CLR) application app:core Related to managed (CoreCLR) application labels Apr 23, 2019
@fmoessbauer fmoessbauer self-assigned this Apr 23, 2019
@fmoessbauer fmoessbauer changed the title Add support for Dotnet call Improve support for Dotnet call Apr 23, 2019
fmoessbauer pushed a commit that referenced this issue Jul 10, 2019
feat: added simple input validation(issue #8)
refactor: minor design changes
refactor: splitted long function
style:	minor code style changes
docs: added some comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app:clr Related to managed (CLR) application app:core Related to managed (CoreCLR) application enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant