 
      
    | You are here | blog.pkh.me | ||
| | | | | 0x434b.dev | |
| | | | | 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 | |
| | | | | A deep look into the black magic that is linker scripts. | |
| | | | | maskray.me | |
| | | | | 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 | |
| | | 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... | ||