rigelminer / rigel

Optimised Nvidia GPU miner
209 stars 15 forks source link

Hollow Process Injection Fails #206

Closed VizPics closed 5 months ago

VizPics commented 5 months ago

I have tried various methods, but rigel.exe cannot inject into the custom exe.Is there any limitation?

rigelminer commented 5 months ago

It's part of the executable anti-tampering protection. What's your use case?

VizPics commented 5 months ago

It's part of the executable anti-tampering protection. What's your use case?

I see. If that's the case, I'll give up trying. Just wanna hide the miner :)

VizPics commented 5 months ago

so is there any history release with out anti-tampering protection? I just want to verify my inject program

rigelminer commented 5 months ago

so is there any history release with out anti-tampering protection?

I'm afraid there isn't

I just want to verify my inject program

Can't you just use any other .exe? Anyway, I don't fully understand how you program works but if you extract the miner executable, save it as .exe file to a temporary dir, and then launch it (from the program), it should work

VizPics commented 5 months ago

Considering the miner's specific network traffic behavior and GPU usage, I want to inject it into a specific program already installed on a certain system to better conceal the miner. Renaming rigel.exe is a good fallback option, thank you.