-
Notifications
You must be signed in to change notification settings - Fork 9
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
SeqPat doesn't work #8
Comments
Could you please provide your IDA Pro version and the code you're trying to use pattern on? |
I use Ida pro 8.3 (32bit). I have this source code:
I compile it with this command:
Output Ida pro:
I want to output the first FileHandler::operator<<<char [3]> after callDebug . I used the old version (Aug 2023) and this pattern worked, but in the new version it doesn't return anything.
|
container.index(instruction) cannot find the correct index and always returns none |
Confirming. Warning about |
start_from = container.index(instructions)
incheck(...)
always None.The text was updated successfully, but these errors were encountered: