Steve Lavoie
Steve Lavoie
They are mapped from the first `PT_LOAD`, sorted by the `p_vaddr` entry, so the order in memory is up to the arch & toolchain.
Looking forward to this. I was interested in writing an [angr target](https://github.com/angr/angr-targets) for edb but the scripting interface is a must. It would allow using edb to debug/step through the...
That would help for the reference portion in documentation but I'm also hoping to avoid a scenario where another dev (or me later) has to `git checkout ` in each...
Oh man, thanks guys. `checkout_at.py` is easier than remembering `rev-list` and and the new pinning script will make it easier to pass along to others for testing.
In case anyone gets around to it, see page 72 [here](https://www.uclibc.org/docs/psABI-x86_64.pdf).
I think you could still implement it, as if the PLT were there. I haven't looked at this code in a while so I'm curious what the ELF Backend will...
Protobuf packaging is a bit of a clown show, so I wish you the best of luck!
Oh, another Getter example for static methods which simply return another method's result: ``` class Thing { // Should be GetUri_m3109a public static Uri m3109a() { return Uri.parse("content://filestore/video"); } }...
Primarily because I never continued on it enough to do a PR. I'd forgotten all about it TBH... Maybe I'll get started on it again.
@J-Moravec I opened a draft PR (#141) if you're up for contributing. It needs some work and plenty of testing.