Idan Freiberg
Idan Freiberg
This patch makes `rdpmitm` app work as a proxy without recording by default. it will record sessions only if `-o` argument is passed. if merged, we can drop #81, since...
hello guys, I'm going over your code and it seems like you don't support virtual channels redirection in rdpy yet. moreover, I couldn't find the right place to add a...
Hi @mcw0, Is the Dahua debug console supported on Dahua DVR/NVRs? I couldn’t get it work there (tried both DVRIP and P2P) Thanks
I'm running `frida-server-16.0.19-linux-armhf` on some embedded linux device. I'm getting the following error when trying to attach to any process (even simple process like `cat`) by simply running: ` frida...
This makes gcc 11.2.0 on Ubuntu 22.04 to fail the build as a result of multiple definitions of this variable. We now define it once in unsquashfs.c and extern it...