Skip to content

Dentrax/DLL-Injection-with-Assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DLL Injection with Assembly Public Source Repository

Click here for DLL Making Tutorial

Click here for Injection Tutorial

What It Is

How To Use

About

Collaborators

Branches

Copyright & Licensing

Contributing

Contact

What It Is

DLL Injection with Assembly

DLL-Injection-with-Assembly guide for DLL Injection is an advanced and detailed way to learn injection.

Required Tools

  • -OllyDbg
    • Advanced Assembler level analysing debugger [only used for asm-level-editing purpose]
  • -PE Explorer
    • Advanced OverPowered PE analyzer [only used for entry-point-editing purpose]

How To Use

Just research tutorials from tutorial page and learn it gradually.

About

DLL-Injection-with-Assembly was created to serve three purposes:

DLL-Injection-with-Assembly is a basically DLL Injection learning repository

  1. To act as a guide to learn basic DLL Injection with Assembly using OllyDbg.

  2. To provide a advanced and easiest way to Inject.

  3. There is no any advanced and detailed DLL Injection with Assembly guide on the Internet.

Collaborators

Project Manager - Furkan Türkal (GitHub: dentrax)

Branches

We publish source for the [DLL-Injection-with-Assembly] in single rolling branch:

The master branch is extensively tested by our QA team and makes a great starting point for learning the DLL injection. Also tracks live changes by our team.

Copyright & Licensing

The base project code is copyrighted by Furkan 'Dentrax' Türkal and is covered by single licence.

All program code (i.e. .cpp, .h, .asm) is licensed under MIT License unless otherwise specified. Please see the LICENSE.md file for more information.

References

While this repository is being prepared, it may have been quoted from some sources. If there is an unspecified source, please contact me.

Contributing

Please check the CONTRIBUTING.md file for contribution instructions and naming guidelines.

Contact

DLL-Injection-with-Assembly was created by Furkan 'Dentrax' Türkal

You can contact by URL: CONTACT

Best Regards