Hi - after a long time without cf...
How do you think about code injection? Could it work ?
PCe
The thing we are doing currently...
Also, you can try to copy the entire DLL into CF (like a Byte Array)
Find your start function's offset and then trigger it...
Originally Posted by rabir007
The thing we are doing currently...
Also, you can try to copy the entire DLL into CF (like a Byte Array)
Find your start function's offset and then trigger it...
Simlply copying the address space of your DLL will be horribly unreliable .. you'll have to fix up a lot of other stuff to make it work stable. The whole technique is called manual mapping BTW.
The thing we are doing currently...
Also, you can try to copy the entire DLL into CF (like a Byte Array)
Find your start function's offset and then trigger it...
no.. it isn't the same.. code injection is a technic used to run code (bytecode-shellcode-etc) in the context of another process...
->> NO DLL! ->>> No imports - easyer..
PCe
Why Yo Dont Have A Video For Making It???
Originally Posted by neths
Why Yo Dont Have A Video For Making It???
Because he's talking about and not making a tutorial for it...
Originally Posted by pceumel
no.. it isn't the same.. code injection is a technic used to run code (bytecode-shellcode-etc) in the context of another process...
->> NO DLL! ->>> No imports - easyer..
PCe
Yep but you need something that contains the code,a Dll for or a pure COm file...
Originally Posted by rabir007
Yep but you need something that contains the code,a Dll for or a pure COm file...
com file? lol.. go read sth about it before posting ...
Originally Posted by pceumel
com file? lol.. go read sth about it before posting ...
I know its old as fuck and just 16Bit, it was just an example...
So, to fix this, let me say COM32 or COM64 or something like this...