Skip to content

Writing Nimless Nim - Slides and source for BSIDESKC 2024 talk.

License

Notifications You must be signed in to change notification settings

m4ul3r/writing_nimless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Watch the video

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.
  • ?

Related Talk

About

Writing Nimless Nim - Slides and source for BSIDESKC 2024 talk.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published