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

Detect cyclic pattern in registers or pointers #1965

Open
peace-maker opened this issue Dec 20, 2023 · 1 comment
Open

Detect cyclic pattern in registers or pointers #1965

peace-maker opened this issue Dec 20, 2023 · 1 comment

Comments

@peace-maker
Copy link
Contributor

When using a cyclic pattern and stopping at some invalid memory access, you currently have to copy&paste the pattern from the registers and invoke cyclic -l for each of them. This is repetetive and slow if there are multiple controlled registers.

While looking through the IDA Sploiter plugin I stumbled upon the Detecting a pattern section with a dialog showing an overview of every register and if it was able to match the pattern to some offset.
I'd like a cyclic --detect option to display all registers and, in case a register contains a pointer, memory locations that contain a cyclic pattern as well as its offset.

That same detection could be displayed in the regs / context output too.

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

No branches or pull requests

2 participants