gsingh93

Results 306 comments of gsingh93

I think this is fixed in the latest update. I'll reopen if it occurs again.

@0xricksanchez If you want to disable the vmmap page table functionality, you should do this (it's mentioned in the error message in the screenshot): ``` set kernel-vmmap none ``` But...

> Actually, does not work for me as I run into the same problems as before? Ok, I'll try to reproduce this using like-dbg, thanks for the report. > Is...

The issue is what @disconnect3d mentioned about PID namespaces. `gdb-pt-dump` parses page tables by reading the memory of the `qemu-system` process through `/proc//mem`. The exception is occurring when it tries...

I'm interested in this feature. Instead of publishing a sheet and parsing HTML, you can just creating a sharing link for the sheet, get the CSV download link for the...

I created this to sync Google Sheets with Anki: https://github.com/gsingh93/anki-csv-importer. Feel free to incorporate any of that code into this project if it helps.

It's `nil`. I logged the arguments passed to black, and it's just `-`. I think this is related to TRAMP. I cloned the same repository locally and on my server,...

Yea, I did a quick test executing `(start-process "test" "test" "pwd")` in a TRAMP buffer and the local buffer. In the local buffer, it returns the path to the file's...

Well, I figured out why the tests weren't complaining: https://github.com/pwndbg/pwndbg/blob/e230a853d3d455467d3cba3190232277daadd349/tests/qemu-tests/tests/system/test_commands_kernel.py#L8-L9 🤣

@dmur1 could you rebase this?