k4lizen
k4lizen
This is still an issue. Run `pwninit --bin junior_formatter` to get `junior_formatter_patched`. Run both with pwndbg. Run `info func main` for both. One result returned for `junior_formatter`, zero results returned...
Oh I see, my bad. I will pull an issue on GDB and if it doesn't work out I will pull a feature request here for improved symbol parsing, okay?
`pwninit 3.3.0`
Seems to work now! Thanks. ``` pwndbg> info func main All functions matching regular expression "main": Non-debugging symbols: 0x00000000000012bb main pwndbg> ```
Then `c.SetRequestTimeout()` should probably do what [this](https://github.com/golang/go/issues/48125#issuecomment-1256998183) comment says right? I assume it doesn't currently, as then @JustinTimperio wouldn't have had the issue. > net.Dialer.Timeout and net.Dialer.Deadline are indeed for...
For me https://github.com/dherbst/deadlinetest doesn't hang. Also https://github.com/Project-Lernaean/CollyTimeoutError doesn't hang (even when using `urls.txt.bak`). Also, https://github.com/Project-Lernaean/CollyTimeoutError doesn't actually use `SetRequestTimeout` anywhere in the code.
Along with this, a `process.maps()` (which would returned a parsed `/proc//maps`) could be implemented, and .libc/libs/stack/heap/whatever would just use that. Also returning the size along with the address would be...
I would be willing to work on this PR if the feature is approved.
I would also like this feature very much!!