/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

cocomelonc.github.io
| | openpunk.com
2.9 parsecs away

Travel
| | Recently I faced a rather intimidating problem while working on a project. The problem was fairly simple from an objective point of view: "How do I load a DLL into a process on startup?" Now you might be wondering, "Why not just patch the IAT (import address table) on the executable and force it to load your payload DLL?" Yes! That was my exact thoughts too, however for reasons I'll explain it wasn't that simple.
| | pentestlab.blog
3.0 parsecs away

Travel
| | DLL Proxy Loading is a technique which an arbitrary DLL exports the same functions as the legitimate DLL and forwards the calls to the legitimate DLL in an attempt to not disrupt the execution flow so the binary is executed as normal. The technique falls under the category of DLL Hijacking and it is typically...
| | 0xboku.com
3.4 parsecs away

Travel
| | [AI summary] This blog post discusses the process of modifying a TCP reverse shell shellcode to remove null characters, enabling its injection into host programs, and demonstrates its successful execution.
| | visualstudioextensions.vlasovstudio.com
28.5 parsecs away

Travel
| 1. Install Microsoft Visual Studio Community 2022 (64-bit) - Preview Version 17.11.0 Preview 2.0. 2. Create an empty (0 bytes) file 1.sln. 3. Open 1.sln location in Windows 10 File Explorer. 4. File Explorer crashes and restarts. Faulting module name: SHELL32.dll, version: 10.0.19041.3271, time stamp: 0x309f89ae Exception code: 0xc0000005 Fault offset: 0x00000000000bac16 Faulting application path:...