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
IDA crashes when applying apply_all_profiled Error: c0000005 in vtil.pyd
Seems error is around ( map.max_load_factor() * map.bucket_count() ) >= ( map.size() + 1 ) at VTIL-Python-dev-1\\external\\core\\VTIL-SymEx\\simplifier\\simplifier.cpp:351"
( map.max_load_factor() * map.bucket_count() ) >= ( map.size() + 1 ) at VTIL-Python-dev-1\\external\\core\\VTIL-SymEx\\simplifier\\simplifier.cpp:351"
The text was updated successfully, but these errors were encountered:
Change VTIL-SymEx\simplifier\simplifier.cpp:351
VTIL-SymEx\simplifier\simplifier.cpp:351
Original: cache_scanner::sigscan = exp->depth > VTIL_SYMEX_SELFGEN_SIGMATCH_DEPTH_LIM ? &sig_search : nullptr;
cache_scanner::sigscan = exp->depth > VTIL_SYMEX_SELFGEN_SIGMATCH_DEPTH_LIM ? &sig_search : nullptr;
To: cache_scanner::sigscan = nullptr;
cache_scanner::sigscan = nullptr;
Works, it's seems vtil side problem
Sorry, something went wrong.
No branches or pull requests
IDA crashes when applying apply_all_profiled
Error: c0000005 in vtil.pyd
Seems error is around
( map.max_load_factor() * map.bucket_count() ) >= ( map.size() + 1 ) at VTIL-Python-dev-1\\external\\core\\VTIL-SymEx\\simplifier\\simplifier.cpp:351"
The text was updated successfully, but these errors were encountered: