All Projects → BenjaminSoelberg → ReflectivePELoader

BenjaminSoelberg / ReflectivePELoader

Licence: other
Reflective PE loader for DLL injection

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to ReflectivePELoader

tgrm.github.io
Аналог t.me через github pages
Stars: ✭ 62 (-52.31%)
Mutual labels:  links
slimhook
Demonstration of dll injection. As well loading .net runtime and calling .net code. Example hijacking d3d9 dll and altering rendering of games.
Stars: ✭ 33 (-74.62%)
Mutual labels:  dll-injection
TREE
You wont catch me paying for a monthly subscription to a service like linktree or manylink when I can build my own instead
Stars: ✭ 22 (-83.08%)
Mutual labels:  links
MapleClientEditTemplate
An increasingly generic and comprehensive MapleStory client editing framework. Written by Erik A (Minimum Delta). Intended to abstract away some of the MapleStory client editing learning curve.
Stars: ✭ 3 (-97.69%)
Mutual labels:  dll-injection
hookwin10calc
Reverse engineered Windows 10 Calculator.exe (UWP application) hacker. 한글/漢文을 배운 윈도우 계산기 패치.
Stars: ✭ 19 (-85.38%)
Mutual labels:  dll-injection
clean-ddd-php-poc-contacts
A simple contact manager API to demonstrate the concepts of Clean Architecture and DDD with PHP 7.4+.
Stars: ✭ 31 (-76.15%)
Mutual labels:  proof-of-concept
steamstatus
A quick and dirty POC website to view the status of Steam CM servers. Precursor to steamstat.us
Stars: ✭ 67 (-48.46%)
Mutual labels:  proof-of-concept
inject
Yet another Windows DLL injector.
Stars: ✭ 23 (-82.31%)
Mutual labels:  dll-injection
quill-magic-url
Automatically convert URLs to links in Quill
Stars: ✭ 86 (-33.85%)
Mutual labels:  links
DLL-Injector
Inject and detour DLLs and program functions both managed and unmanaged in other programs, written (almost) purely in C#. [Not maintained].
Stars: ✭ 29 (-77.69%)
Mutual labels:  dll-injection
busysteg
👻 Hide information content into busy areas of images, optimally
Stars: ✭ 62 (-52.31%)
Mutual labels:  proof-of-concept
Data-Science-and-Machine-Learning-Resources
List of Data Science and Machine Learning Resource that I frequently use
Stars: ✭ 19 (-85.38%)
Mutual labels:  links
Invisiwind
An application that allows you to hide certain windows when sharing your full screen
Stars: ✭ 53 (-59.23%)
Mutual labels:  dll-injection
paradoxiaRAT
ParadoxiaRat : Native Windows Remote access Tool.
Stars: ✭ 583 (+348.46%)
Mutual labels:  dll-injection
order-management-system
Ecommerce demo microservice platform, a proof of concept for microservices architecture
Stars: ✭ 15 (-88.46%)
Mutual labels:  proof-of-concept
SnifferIH
DLL Hooking Packet Sniffer
Stars: ✭ 15 (-88.46%)
Mutual labels:  dll-injection
Dll-Injector
simple C++ dll injector
Stars: ✭ 22 (-83.08%)
Mutual labels:  dll-injection
react-mvp
Model-View-Presenter Proof of Concept in React
Stars: ✭ 38 (-70.77%)
Mutual labels:  proof-of-concept
Linkees
Awesome Linktree clone made with React ⚛️
Stars: ✭ 68 (-47.69%)
Mutual labels:  links
php-linkchecker
Check broken links in html / json files, sitemap.xml, markdown and robots.txt
Stars: ✭ 24 (-81.54%)
Mutual labels:  links

ReflectivePELoader

POC Reflective PE loader for DLL injection.
Base on code found on https://www.youtube.com/watch?v=X393OZqSPUk with some modifications to make it work.

Other Reflective PE Loaders:
https://github.com/stephenfewer/ReflectiveDLLInjection
https://github.com/DarthTon/Blackbone Swiss army knife
https://github.com/dismantl/ImprovedReflectiveDLLInjection this one is very very cool
https://github.com/Professor-plum/Reflective-Driver-Loader very cool as well
https://github.com/countercept/doublepulsar-usermode-injector
https://github.com/azerton/dll_inject_test
https://github.com/ru-faraon/pupy
https://github.com/floomby/injector
https://github.com/amishsecurity/paythepony
https://github.com/BorjaMerino/Pazuzu
https://github.com/Frenda/libScanHook/blob/master/libScanHook/PeLoader.cpp
https://github.com/apriorit/ReflectiveDLLInjection
https://github.com/uItra/Injectora
https://github.com/fancycode/MemoryModule
https://github.com/mq1n/SonicInjector

Various tools:
https://github.com/CylanceVulnResearch/ReflectiveDLLRefresher
https://github.com/CylanceVulnResearch/upx/tree/reflective_dll
https://github.com/papadp/reflective-injection-detection
https://github.com/xorrior/WebCam_Dll
https://github.com/psmitty7373/eif
https://github.com/azerton/dll_inject_test
https://github.com/hirnschallsebastian/Breach
https://wikileaks.org/ciav7p1/cms/page_14588718.html
https://github.com/jaredhaight/ReflectCmd
https://www.codeproject.com/Articles/44326/MinHook-The-Minimalistic-x-x-API-Hooking-Libra
https://github.com/Jyang772/XOR_Crypter/tree/master/Stub
https://github.com/thereals0beit/RemoteFunctions

Documentation, blog posts and videos:
https://www.endgame.com/blog/technical-blog/hunting-memory
https://en.wikipedia.org/wiki/Portable_Executable
https://upload.wikimedia.org/wikipedia/commons/1/1b/Portable_Executable_32_bit_Structure_in_SVG_fixed.svg
http://stackoverflow.com/questions/18362368/loading-dlls-at-runtime-in-c-sharp
https://www.countercept.com/our-thinking/doublepulsar-usermode-analysis-generic-reflective-dll-loader/
https://www.countercept.com/our-thinking/analyzing-the-doublepulsar-kernel-dll-injection-technique/
https://zerosum0x0.blogspot.dk/2017/04/doublepulsar-initial-smb-backdoor-ring.html
https://www.codeproject.com/Articles/20084/A-More-Complete-DLL-Injection-Solution-Using-Creat
http://blog.harmonysecurity.com/2008/10/new-paper-reflective-dll-injection.html
http://blog.opensecurityresearch.com/2013/01/windows-dll-injection-basics.html
https://disman.tl/2015/01/30/an-improved-reflective-dll-injection-technique.html
https://disman.tl/2015/03/16/cross-architecture-reflective-dll-inection.html
https://www.youtube.com/watch?v=9U6dtRtSuFo&index=11&list=PLcTmaBQIhUkgvwz3k-JGHUcDlS41fim0x
https://www.youtube.com/watch?v=9L9I1T5QDg

Interesting Microsoft documentation:
https://blogs.msdn.microsoft.com/ntdebugging/2009/01/09/challenges-of-debugging-optimized-x64-code/
https://msdn.microsoft.com/en-us/library/4khtbfyf
https://msdn.microsoft.com/en-us/library/69ze775t.aspx

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].