Giter Club home page Giter Club logo

reflectivedllinjection's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

reflectivedllinjection's Issues

Reflective DLL Injection crashing

If I compile my dll as Multithreaded (/MT) it crashes, though if I compile it was Multithreaded DLL (/MD) it doesn't crash. Any idea why and how to fix it?

How compile DLL with my code?

If i write code where calling MessageBox - error compile. How i can instead MessageBox my code, example: load file using curl. Help please!

inject dll by the name

I am trying to update this loader. At first i'm trying get to work. And when i get to work i will try to get that with the name you can inject. For example in c++ will be:

HANDLE processList=CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0);
PROCESSENTRY32 pInfo;
BOOL st=TRUE;
pInfo.dwSize=sizeof(PROCESSENTRY32);
Process32First(processList, &pInfo);
int myPid=0;
do
{
	if(strcmp(pInfo.szExeFile, "test.exe")==0)
	{
		myPid=pInfo.th32ProcessID;
		break;
	}
	Process32Next(lista, &pInfo);
}
while(st!=FALSE);

So with the name you can inject into the process. reference:
https://blog.ka0labs.net/post/8/

this feature can be added in your project.

Unable to inject DLL into any process on Windows 7 x64

On Windows 7 x64, when i try to inject DLL into calc.exe process,

tasklist
[...]
calc.exe 6004 Console 1 14 772 Ko
[...]
inject.exe 6004
it's give me :
[-] Failed to inject the DLL. Error=5 (Access denied)
I tried with the x64 and Win32 configuration, and also with user/administrator rights, but same error.
Why it doesn't work ?

Access Violations on Visual Studio 15.8.0 and Later

When compiling a DLL which includes the ReflectiveDLLInjection project as one of its dependencies, Visual Studio 15.8.0 and later appear to make some alterations to the way the DLL compiles so that whilst it does end up compiling successfully still, any attempts to call the exported ReflectiveLoader function of the injected DLL will cause an access violation in the hosting process and will result in the process crashing. If the same code is compiled under Visual Studio 15.7.1, there are no issues.

Administration Rights ?

Hi Stephen,
my question could seem to be something stupid:

Can I do the reflection for each process, that runs under my session account, without to have any rights as administrator ? Or other, must I be an administrator to do the reflection ?

Best Regards
Rose

How?

Dear stephenfewer,

Hope you are well. I try to use this but i couldn't solve entire project. Could you please explain how to use this? How to inject a DLL?

Thanks.

Exception handling with Reflective DLL Injection

I make use of a big library that uses try/catch to exception handle and my application crashes when the "throw" statement is called in the code.

How can I deal with this problem?

Thank you!

Can't debug the project

On Win10 pro 1709,I try to debug the project after changed the debug configuration.However,there are LNK 1169 and LNK 2005 errors in program.I have try to fix it,but failed.

can not make exe...

currently had a big problem making exe file... from the rdi.sin

keep having

[-] Failed to open the DLL file. Error=2

when execute exe file from the project ...

please let us know how to get working exe...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.