Disconnect3d
Disconnect3d
We already had some discussion regarding setup script (https://github.com/pwndbg/pwndbg/issues/296#issuecomment-430149413) and I think that's good idea to create setup.py. It's also probably not that hard to do so. Would you mind...
Some of them can be inspected e.g. here https://github.com/lattera/glibc/find/master (click `t` and search for `_chk`).
Good to read here: https://github.com/pwndbg/pwndbg/pull/528#issuecomment-422644418 https://github.com/pwndbg/pwndbg/pull/536#issuecomment-426627327
I didn't have time to push this further. I merged https://github.com/pwndbg/pwndbg/pull/536 which was a starting point for this issue. If anyone is willing to help with this, just say! :)
Oh, that's interesting. Thanks for investigating this. So... is there anything we can do here? Can we detect that the base address is binary on the IDA side and "fix...
@obilodeau Could you please check whether it is possible to retrieve an offset instead of rebased address in IDA, so maybe we could use that instead? Or we could `try/except`...
Hey, although we have this kind of feature as a gdb function (e.g. `p/x $rebase(0x1234)` and also `breakrva 0x1234` as for setting a breakpoint), I still find it useful (and...
@zeroload Hey, are you going to work on this?
That's a really great idea. ++++ We could also think of an utility of injecting given library into the process, like load glibc into target process that is statically linked...
Hey, Thanks for the issue! I totally like this feature, however how can we detect if there is saved frame/instruction pointer? @vitapluvia Would you prepare a PR with such feature?...