Awesome
Writing Nimless Nim
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.
Talk
<a href="http://www.youtube.com/watch?feature=player_embedded&v=EXX3HmCG3pw" target="_blank"> <img src="https://i.ytimg.com/vi/EXX3HmCG3pw/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDuNaFoUdWBXPMUe9KbvO-GdZhJdg" alt="Watch the video" width="840" height="470" border="10" /> </a>Post-Talk Updates
- 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.
Future Plans
- Create a lib folder for a finalized, easy to use library.
- ?