Phan Thanh Duy
Phan Thanh Duy
As the title do you know any CPU support 4 IP filtering range? I looked the latest core i9 11th gen but they only support 2.
I encountered the following exception after running hyprspace for a while on Windows ~~~ [+] Creating TUN Device [+] Creating LibP2P Node [+] Setting Up Node Discovery via DHT [+]...
I encounter this error when running dharma on Windows `Traceback (most recent call last): File "d:\softwares\python\python38\lib\runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "d:\softwares\python\python38\lib\runpy.py", line 87, in _run_code...
For some reason it failed on my machine. So I fixed it
As the title do you know any CPU support 4 IP filtering range? I looked the latest core i9 11th gen but they only support 2.
Hi ionescu007, Will kernel tracing be supported anytime soon ? Thanks
Compile this C code on windows ``` int recur(void) { char buf[1024*1024]; memset(buf, 'A', 1024*1024-1); printf(buf); return recur(); } int main(int argc, char** argv) { recur(); } ``` Frida script...
Look at this call stack ``` 0:000> k # ChildEBP RetAddr 00 0117dccc 5e94f689 KERNELBASE!TlsGetValue+0x16 01 0117dcdc 5e96089e frida_agent_32!g_private_get+0x19 [c:\src\frida\glib\glib\gthread-win32.c @ 408] 02 0117dcf0 5e95f1b3 frida_agent_32!thread_memory_from_self+0x1e [c:\src\frida\glib\glib\gslice.c @ 498] 03...
I'm on Windows and testing with 32bit process. I use Stalker.follow() to follow the process's main thread. This thread later loads a DLL (verified through debugger) but frida doesn't generate...
I tried to compile Spidermonkey and add `-fsanitizer=address` but the jsshell crashes immediately after start.