{"id":19099508,"url":"https://github.com/dentrax/dll-injection-with-assembly","last_synced_at":"2025-04-30T16:19:18.849Z","repository":{"id":103621140,"uuid":"108638450","full_name":"Dentrax/DLL-Injection-with-Assembly","owner":"Dentrax","description":"DLL Injection to Exe with Assembly using OllyDbg","archived":false,"fork":false,"pushed_at":"2017-10-28T12:15:41.000Z","size":156,"stargazers_count":24,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-30T16:19:12.133Z","etag":null,"topics":["assembly","assembly-guide","assembly-language","dll","dll-injection","entrypoint","injection","injection-framework","injection-points","ollydbg","tutorial"],"latest_commit_sha":null,"homepage":null,"language":"Assembly","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dentrax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-28T09:58:48.000Z","updated_at":"2025-01-07T02:26:02.000Z","dependencies_parsed_at":"2023-05-24T00:15:59.782Z","dependency_job_id":null,"html_url":"https://github.com/Dentrax/DLL-Injection-with-Assembly","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dentrax%2FDLL-Injection-with-Assembly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dentrax%2FDLL-Injection-with-Assembly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dentrax%2FDLL-Injection-with-Assembly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dentrax%2FDLL-Injection-with-Assembly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dentrax","download_url":"https://codeload.github.com/Dentrax/DLL-Injection-with-Assembly/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251739678,"owners_count":21635894,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["assembly","assembly-guide","assembly-language","dll","dll-injection","entrypoint","injection","injection-framework","injection-points","ollydbg","tutorial"],"created_at":"2024-11-09T03:51:02.833Z","updated_at":"2025-04-30T16:19:18.844Z","avatar_url":"https://github.com/Dentrax.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eDLL Injection with Assembly Public Source Repository\u003c/h1\u003e\n\nClick here for **[DLL Making Tutorial](https://github.com/Dentrax/DLL-Injection-with-Assembly/tree/master/dll_tutorial)**\n\nClick here for **[Injection Tutorial](https://github.com/Dentrax/DLL-Injection-with-Assembly/tree/master/inject_tutorial)**\n\n[What It Is](#what-it-is)\n\n[How To Use](#how-to-use)\n\n[About](#about)  \n\n[Collaborators](#collaborators)  \n\n[Branches](#branches) \n\n[Copyright \u0026 Licensing](#copyright--licensing)  \n\n[Contributing](#contributing)  \n\n[Contact](#contact)\n\n## What It Is\n\n**DLL Injection with Assembly**\n\nDLL-Injection-with-Assembly guide for DLL Injection is an advanced and detailed way to learn injection.\n\n**Required Tools**\n\n* -**[OllyDbg](http://ollydbg.de/)**\n    - Advanced Assembler level analysing debugger [only used for asm-level-editing purpose]\n* -**[PE Explorer](http://www.heaventools.com/overview.htm)**\n    - Advanced OverPowered PE analyzer [only used for entry-point-editing purpose]\n\n## How To Use\n\nJust research tutorials from **[tutorial page](https://github.com/Dentrax/DLL-Injection-with-Assembly/tree/master/inject_tutorial)** and learn it gradually.\n\n## About\n\nDLL-Injection-with-Assembly was created to serve three purposes:\n\n**DLL-Injection-with-Assembly is a basically DLL Injection learning repository**\n\n1. To act as a guide to learn basic DLL Injection with Assembly using OllyDbg.\n\n2. To provide a advanced and easiest way to Inject. \n\n3. There is no any advanced and detailed DLL Injection with Assembly guide on the Internet.\n\n## Collaborators\n\n**Project Manager** - Furkan Türkal (GitHub: **[dentrax](https://github.com/dentrax)**)\n\n## Branches\n\nWe publish source for the **[DLL-Injection-with-Assembly]** in single rolling branch:\n\nThe **[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. \n\n## Copyright \u0026 Licensing\n\nThe base project code is copyrighted by Furkan 'Dentrax' Türkal and is covered by single licence.\n\nAll 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.\n\n**References**\n\nWhile this repository is being prepared, it may have been quoted from some sources. \nIf there is an unspecified source, please contact me.\n\n## Contributing\n\nPlease check the [CONTRIBUTING.md](CONTRIBUTING.md) file for contribution instructions and naming guidelines.\n\n## Contact\n\nDLL-Injection-with-Assembly was created by Furkan 'Dentrax' Türkal\n\n * \u003chttps://www.furkanturkal.com\u003e\n \nYou can contact by URL:\n    **[CONTACT](https://github.com/dentrax)**\n\n\u003ckbd\u003eBest Regards\u003c/kbd\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdentrax%2Fdll-injection-with-assembly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdentrax%2Fdll-injection-with-assembly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdentrax%2Fdll-injection-with-assembly/lists"}