Gulshan Singh

Results 164 comments of Gulshan Singh

If anyone else needs to do this, you can see how I did it here: https://github.com/gsingh93/anki-csv-importer/blob/b7c1fd747ac7e39bd8a601d3a23f324b508a59c3/anki-csv-importer.py#L43 I used `multi` to make it efficient, but it's quite a PITA to have...

@disconnect3d any thoughts on this? I've made a couple of improvements which allow you to run GDB commands directly from program by using '!' to bring up a console at...

Great! The major open question is this type of UI only really works with curses, and while this is my first time using curses, it seems like we can't have...

Thanks for the quick implementation! Reverse was the first thought I had, as it's telescope but going in the reverse direction.

It would definitely be helpful to have some autoformatting configuration. While I'm trying to add features to the code, my editor keeps autoformatting everything (which is a good thing), but...

Ah, it looks like there's already a `setup.cfg` that provides `pep8` formatting. So I can skip adding the `yapf` config, and maybe the only action left for this issue is...

You have `dumpmem` marked as won't implement, but GDB's `dump mem` doesn't accept map names, so I can't do something like `dumpmem vdso.so vdso`.

`vmmap` shows four mappings for libc. By default `dumpmem libc.so file` could dump the first one, and maybe a fourth optional arg could specify which of the four to dump...

I had this same issue, it was due to the fact that the binary only accepted 32 bytes, but the format string generated was 1 byte longer this, which resulted...

I'd like to see some of these RFCs revived in the near future, if someone has time to do so.