TheCruZ / Simple-Manual-Map-Injector

Simple C++ DLL Manual Map Injector For x86 and x64
MIT License
366 stars 77 forks source link

ROBLOX Crashes when I inject a DLL using this #6

Closed RexiRexii closed 2 years ago

RexiRexii commented 2 years ago

I have no idea why, but it just crashes 🤷 just like CS:GO

TheCruZ commented 2 years ago

Did you try with the Hello World dll and no SEH? If still crash with that is possible that roblox process have patched LoadLibraryA or GetProcAddress

RexiRexii commented 2 years ago

Did you try with the Hello World dll and no SEH? If still crash with that is possible that roblox process have patched LoadLibraryA or GetProcAddress

No, with LoadLibraryA it works just fine i think it could be my DLL too, i am not sure but I will surely notify you whenever I get actual results

RexiRexii commented 2 years ago

Hey, after a while I learned that doing certain stuff can cause the manual mapping to fail (for instance: using static variables, unless the manual mapper fixes it) now it works like a charm, good work. Vouch!