/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

modexp.wordpress.com
| | mdanilor.github.io
3.6 parsecs away

Travel
| | A beginers guide into a Windows kernel stack overflow vulnerability from zero to advanced bypasses.
| | binarydebt.wordpress.com
3.7 parsecs away

Travel
| | System call table is an array of function pointers. It is defined in kernel space as variable sys_call_table and it contains pointers to functions which implement system calls. Index of each function pointer in the array is the system call number for that syscall. These are denoted by NR_* macros in header files, such as...
| | cocomelonc.github.io
3.1 parsecs away

Travel
| | [AI summary] An author demonstrates a custom C++ implementation of WinAPI GetProcAddress using the Windows PEB to bypass antivirus detection in malware analysis.
| | www.evanjones.ca
23.2 parsecs away

Travel
| [AI summary] The post explains how using huge pages in virtual memory can improve CPU performance by reducing translation lookaside buffer (TLB) misses, while discussing potential downsides like memory fragmentation and compatibility issues with certain software patterns.