gsingh93

Results 306 comments of gsingh93

I'm fine with removing the majority of shell commands, but there are a few that I use so often (i.e. `ls`, `cat`) that it will make things frustrating. I was...

> pwndbg/exception.py:16: error: Name "pdb" already defined (possibly by an import) [no-redef] Can you see if upgrading `mypy` fixes this for you? I recently upgraded the dependencies, try running this:...

These commands currently handle libc not being loaded but 1) at least for `errno` this wasn't always the case, meaning the command was first implemented in a way that threw...

Good point. > OnlyWithLibraryLoadedOrStaticallyLinked I think generically determining whether some arbitrary library is statically linked may be difficult. Are we doing something like this for heap heuristics for libc at...

> If the argument to a command is invalid in some way, for example, taking the address of a symbol that doesn't exist In your example `target` exists. I just...

Will be very busy for a bit longer, I think I can complete this before the next release.

@CptGibbon tests are passing now, should be ready for review

Was just planning on adding a test but that can be done in a future PR.

It needs a rebase, and then just making sure all the tests pass. I don't have time though, feel free to make a new PR based off of this one...

Thanks for the contribution! Would you be able to add a test case for this issue first so we can better understand the problem and your solution, and make sure...