Jacopo Clark

Results 17 comments of Jacopo Clark

My quick and dirty fix for now is not very nice, but arguably fine as this crate is probably only being used for testing and not for production: ```rs impl...

Same issue here. I believe that this is due to the fact that [khotkeys](https://github.com/KDE/khotkeys) has been discontinued in favor of [KGlobalAccel](https://github.com/KDE/kglobalaccel) by KDE after Plasma/5.27.

I have exactly the same issues on Arch Linux (used the same binary for better comparison even though the issue is the same for all movfuscated binaries that i have...

At least I did not solve it on Arch Linux. But if I recall correctly I did just try and use a ubuntu or debian VM whenever possible for the...

I also just redid the nightmare challenges for fun and stumbled upon this issue. My solution to make the exploit work locally was to not jump to the beginning of...

I guess I was confused by the `mypy` hints. Previously I had the return type as a `Generator` but `mypy` complained that it is actually a `Filter` and therefore I...

latest `dev` introduces the following mypy error: ``` pwndbg/exception.py:16: error: Name "pdb" already defined (possibly by an import) [no-redef] ``` don't currently have the time to investigate - might be...