Explore >> Select a destination


You are here

blog.pkh.me
| | 0x434b.dev
12.0 parsecs away

Travel
| | This is a write-up for solving the devils-swapper RE challenge.?? It was mostly intended for my personal archive, but since it may be interesting to all of you. This especially applies if you're still rather new to the whole RE world, as the write-up turned out to be quite verbose.
| | blog.thea.codes
12.6 parsecs away

Travel
| | A deep look into the black magic that is linker scripts.
| | maskray.me
11.6 parsecs away

Travel
| | Updated in 2023-03. In C++, dynamic initializations for non-local variables happen before the first statement of the main function. All (most?) implementations just ensure such dynamic initializations
| | pentestlaboratories.com
54.2 parsecs away

Travel
| Microsoft .NET framework is being heavily utilized by threat actors and red teams for defense evasion and staying off the radar during operations. Every .NET binary contains application domains where assemblies are loaded in a safe manner. The AppDomainManager object can be used to create new ApplicationDomains inside a .NET process. From the perspective of...