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

IDA Crash when applying apply_all_profiled #15

Open
oureveryday opened this issue Jul 16, 2023 · 1 comment
Open

IDA Crash when applying apply_all_profiled #15

oureveryday opened this issue Jul 16, 2023 · 1 comment

Comments

@oureveryday
Copy link

oureveryday commented Jul 16, 2023

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"

@oureveryday
Copy link
Author

oureveryday commented Jul 16, 2023

Change VTIL-SymEx\simplifier\simplifier.cpp:351

Original:
cache_scanner::sigscan = exp->depth > VTIL_SYMEX_SELFGEN_SIGMATCH_DEPTH_LIM ? &sig_search : nullptr;

To:
cache_scanner::sigscan = nullptr;

Works, it's seems vtil side problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant