We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The memtrace* sample clients use drutil_expand_rep_string, but the instrace* ones do not. This can confuse users: https://groups.google.com/g/dynamorio-users/c/HR4pX6lwP_I
The text was updated successfully, but these errors were encountered:
I tried to add it but got SIGSEGV. Do you have any idea?
Here is the sample code instrace_simple_expand_rep.c & CMakeLists.txt, which can be put into the path dynamorio/api/samples
instrace_simple_expand_rep.c
CMakeLists.txt
dynamorio/api/samples
Sorry, something went wrong.
I would suggest standard debugging: use debug build, get a callstack of the crash, etc. See https://github.com/DynamoRIO/dynamorio/wiki/Debugging
No branches or pull requests
The memtrace* sample clients use drutil_expand_rep_string, but the instrace* ones do not. This can confuse users: https://groups.google.com/g/dynamorio-users/c/HR4pX6lwP_I
The text was updated successfully, but these errors were encountered: