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

example: debugger-style API to "send input until tcache full" #26

Open
ndrewh opened this issue Jul 23, 2024 · 0 comments
Open

example: debugger-style API to "send input until tcache full" #26

ndrewh opened this issue Jul 23, 2024 · 0 comments
Labels
example Examples wanted

Comments

@ndrewh
Copy link
Owner

ndrewh commented Jul 23, 2024

pseudocode

while tcache_is_not_full(p, 0x100):
    p.send("a" * 0x100)
    p.run_until(0x12345678)
@ndrewh ndrewh added the example Examples wanted label Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
example Examples wanted
Projects
None yet
Development

No branches or pull requests

1 participant