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
VTIL-Core/VTIL-Architecture/trace/tracer.cpp
Lines 504 to 507 in 7e74109
Lines 526 to 529 in 7e74109
lvm.execute can do read_register:
VTIL-Core/VTIL-Architecture/vm/interface.cpp
Lines 45 to 51 in 7e74109
read_register in turn calls tracer:
VTIL-Core/VTIL-Architecture/vm/lambda.hpp
Lines 66 to 71 in 7e74109
And se we end up with a stack overflow.
The text was updated successfully, but these errors were encountered:
im already tracer
Sorry, something went wrong.
No branches or pull requests
VTIL-Core/VTIL-Architecture/trace/tracer.cpp
Lines 504 to 507 in 7e74109
...
VTIL-Core/VTIL-Architecture/trace/tracer.cpp
Lines 526 to 529 in 7e74109
lvm.execute can do read_register:
VTIL-Core/VTIL-Architecture/vm/interface.cpp
Lines 45 to 51 in 7e74109
read_register in turn calls tracer:
VTIL-Core/VTIL-Architecture/vm/lambda.hpp
Lines 66 to 71 in 7e74109
And se we end up with a stack overflow.
The text was updated successfully, but these errors were encountered: