Talk that was given at BSIDESKC 2024 about how to write Nim code without the Nim and C Runtime. This repo will serve as a living document to expand on concepts for writing NRT-less and CRT-less code.
- 0x11 - simple_instance - Creating an instance to reuse function pointers and store global information while the program is running.
- 0x12 - nimless_DLL - Create a simple DLL in nimless, implement one variation of thread pool injection, and utilizing compiled time encryption and runtime decryption of a payload.
- Create a lib folder for a finalized, easy to use library.
- ?