Phillip K.
Phillip K.
Hello, the detection of Pycharm introduced in #107 / #108 / #163 has some false-positives -- it actually should only determine whether the current script's output is redirected to a...
`--servertickle -t $num` seems to have a quite low limit for `$num`, somewhere between 65 and 66 seconds, probably at 65536ms. This makes it difficult to use a cronjob (not...
When processing `ps aux`, it interprets the BSD-style `u` as `-u userlist` (without using the `x` as the parameter), instead of returning `u Display user-oriented format.`.
Hi, I'm currently implementing a data fetcher for LDAP and testing it in my docker environment: https://github.com/phi1010/opal-fetcher-postgres I'd like to trigger updates, and have two ideas -- could you tell...
Hello, I'd like pwntools to generate ROP-code for aarch64. Since in my binaries, there are nearly no usable gadets, it'd like to jump to the middle of some functions. Since...