Results 222 comments of k4lizen

Changed it from `ng-uslot` to `ng-slotu` because I feel it rolls nicer. I'll also be adding `ng-slots` (**slot** **s**tart) which finds a slot given its internal start address rather than...

done btw `ng-slotu` currently only works on allocated slots. i'm looking to add support for free and avail slots in a future PR.

@Cipher-935 i don't understand the question. you may read our https://pwndbg.re/dev/contributing/ . pwndbg is obviously written in python.

@sanskriti2005 yes; yes. implementation-wise, i don't know it makes sense for `dp` to actually wrap `dprintf` or not

nitpicks: Even though thats not the behaviour of `lsmod` it might be good to show the size in hex? The columns also look a bit cramped to my eyes, it...

I would open a PR, but I'm not 100% sure on the best way to perform the `resp["curr_line"]` calculation in this case

also, comments should be slapped onto the decompilation. it seems binary ninja doesn't show comments by default (unlike ida). edit: seems ghidra also doesn't send them by default

fyi i got some highlighting working even without this, but it would still be nice to see. probably the best way to implement it is to allow the user to...

if we went the route of using it as a library, would you accept PRs that add decompiler-side features that pwndbg would hook into, but would otherwise be dead code...