Well, we all know about Gorfags loader, where do they save the dll at? I'm not looking to leech the dll or anything, I'm just interested in how it works. Thanks for responding if you do
if he's smart, its embeded into the loader to prevent the leech...i've been thinking about using this method for rez modding to prevent leeching
dll is loaded into ram and injecting from ram. no file will be created
Originally Posted by Gordon`
dll is loaded into ram and injecting from ram. no file will be created
Nice. I want to learn how to do that stuff
Originally Posted by flameswor10
Nice. I want to learn how to do that stuff
pseudo:
create a bytearray and simulate the file
Originally Posted by flameswor10
Thanks dude
I was started but it kept bsoding me o.O
That's not very naice =(
Why you BSODing? |:
Injecting into a process (that is not system critical) should not produce a BSOD on error, just the process is pulled into oblivion with your failed attempt :P
Originally Posted by kotentopf
pseudo:
create a bytearray and simulate the file
That's the easy part... People find more challenging the actual injection =P
Originally Posted by freedompeace
That's not very naice =(
Why you BSODing? |:
Injecting into a process (that is not system critical) should not produce a BSOD on error, just the process is pulled into oblivion with your failed attempt :P
Nawws. placing stuff in ram :/
I think I fucked somethingup
Originally Posted by flameswor10
Nawws. placing stuff in ram :/
I think I fucked somethingup
Variables are automatically allocated to memory?
Originally Posted by freedompeace
Variables are automatically allocated to memory?
I have no idea what went wrong with my injector I'm making
I think i got a virus
Originally Posted by flameswor10
Nice. I want to learn how to do that stuff
yeah thats what i was asking you to teach me how to make it login to website like gorfag dose so can you teach me
I want to learn to view that stuff xD... but it's almost impossible
Originally Posted by flameswor10
Nice. I want to learn how to do that stuff
You can start off by using writing the data using somethign like WriteProcessMemory rather than loading it from a file through LoadLibrary.
Google has some references to great articles with example code demonstrating this.
Originally Posted by freedompeace
You can start off by using writing the data using somethign like WriteProcessMemory rather than loading it from a file through LoadLibrary.
Google has some references to great articles with example code demonstrating this.
Thanks dude
I was started but it kept bsoding me o.O
I can't think of a way to do this with rez Modding bough...make it so they can't get the mod I mean...cuz u can just alt tab ohs the game and get the rez
Anyone have any ideas? I was thinkin about mmbob's method of just modifying the 1 file for the mod via memory...but that's far advanced for me
i was thinking... we can dump the Gordan dll so get it... right?