Disconnect3d

Results 751 comments of Disconnect3d

Wouldn't it be better to implement `fmtarg` so that: 1. It shows format string candidates for leaking pointers, e.g. `%20$p => ` 2. It can auto-detect if u can modify...

> > add an -s flag that adds format-string-exploitation-specific annotations? > > This sounds good. Maybe we can have an alias `fmtargs`, which does `dumparg -s`? We can have `dumpargs...

> @disconnect3d Do you have any annotations other than `[RETADDR]` that'd be useful? What about `[CANARY]` ?! I think annotating canary is nice.

Btw ideally whatever we annotate, we should inform about it in the command help just so that users are aware what is annotated/what those annotations mean. E.g. annotating canary is...

> > may not be true for e.g. musl or other canaries > > Why? Because there are different canary implementations in different libcs: they may set canary differently, they...

i think one flag - '-s' for doing what fmtargs does, and, showing the canary as well in fmtargs is fine

@k4lizen shall we merge it rn and let other changes be made in future PRs?

@sivaplaysmC ping! :) Edit: Pinging just so that we don't loose track of this, no hurry :)

> In the light of these features, I guess it'll be better to have `fmtarg` as a standalone command, rather than a subcommand of `dumpargs`. I'll start working on this...