Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 521 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 521 Bytes

secure_dll_loader

this is a library so you can build your own secure dll loader

how do i use this?

firstly, this is not a friendly library for those who are new to coding. you'll need to make the loader in a dll form, the main exe file downloads the dll bytes from the server and injects it into its own process. This can be used to load a dll where you will have your ui and all of your other logic

features

  • ssl communication
  • compile-time and run-time string encryption
  • injection library
  • byte streaming