https://github.com/dentrax/dll-injection-with-assembly
DLL Injection to Exe with Assembly using OllyDbg
https://github.com/dentrax/dll-injection-with-assembly
assembly assembly-guide assembly-language dll dll-injection entrypoint injection injection-framework injection-points ollydbg tutorial
Last synced: 24 days ago
JSON representation
DLL Injection to Exe with Assembly using OllyDbg
- Host: GitHub
- URL: https://github.com/dentrax/dll-injection-with-assembly
- Owner: Dentrax
- License: mit
- Created: 2017-10-28T09:58:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-28T12:15:41.000Z (over 7 years ago)
- Last Synced: 2025-04-30T16:19:12.133Z (24 days ago)
- Topics: assembly, assembly-guide, assembly-language, dll, dll-injection, entrypoint, injection, injection-framework, injection-points, ollydbg, tutorial
- Language: Assembly
- Size: 152 KB
- Stars: 24
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DLL Injection with Assembly Public Source Repository
Click here for **[DLL Making Tutorial](https://github.com/Dentrax/DLL-Injection-with-Assembly/tree/master/dll_tutorial)**
Click here for **[Injection Tutorial](https://github.com/Dentrax/DLL-Injection-with-Assembly/tree/master/inject_tutorial)**
[What It Is](#what-it-is)
[How To Use](#how-to-use)
[About](#about)
[Collaborators](#collaborators)
[Branches](#branches)
[Copyright & Licensing](#copyright--licensing)
[Contributing](#contributing)
[Contact](#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](http://ollydbg.de/)**
- Advanced Assembler level analysing debugger [only used for asm-level-editing purpose]
* -**[PE Explorer](http://www.heaventools.com/overview.htm)**
- Advanced OverPowered PE analyzer [only used for entry-point-editing purpose]## How To Use
Just research tutorials from **[tutorial page](https://github.com/Dentrax/DLL-Injection-with-Assembly/tree/master/inject_tutorial)** 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](https://github.com/dentrax)**)
## Branches
We publish source for the **[DLL-Injection-with-Assembly]** in single rolling branch:
The **[master branch](https://github.com/dentrax/DLL-Injection-with-Assembly/tree/master)** is extensively tested by our QA team and makes a great starting point for learning the DLL injection. Also tracks [live changes](https://github.com/dentrax/DLL-Injection-with-Assembly/commits/master) 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](https://github.com/Dentrax/DLL-Injection-with-Assembly/blob/master/LICENSE)** 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](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](https://github.com/dentrax)**Best Regards