Jump to content

Recommended Posts

Posted

 

hey guys,
i wonder if manual mapping is possible with autoit ?

i only found ways to inject a dll with loadlibaryA

would be great if you guys can help me out
 
best regards,
 
vivi
Posted
  On 6/14/2016 at 4:32 AM, Vivi said:

 

hey guys,
i wonder if manual mapping is possible with autoit ?

i only found ways to inject a dll with loadlibaryA

would be great if you guys can help me out
 
best regards,
 
vivi
Expand  

ok, you may find your answer here. In the future be more specific and or post your code. :) 

Follow the link to my code contribution ( and other things too ).
FAQ - Please Read Before Posting.
autoit_scripter_blue_userbar.png

Posted
  On 6/14/2016 at 6:14 AM, argumentum said:

ok, you may find your answer here. In the future be more specific and or post your code. :) 

Expand  

sadly this is not what im looking for,

 

manual mapping is a way of injecting a dll in a process without having the dll as a file,

so you have the dll in a variable :

 

$dll = FileRead("mydll.dll")

Inject($dll,"notepad.exe")

 

something similar to this.

  • Moderators
Posted

Vivi,

If you read the Forum rules, you will see that injecting code is not something we normally support - would you care to explain just why you need to do this?

M23

 

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Posted
  On 6/14/2016 at 12:08 PM, Melba23 said:

Vivi,

If you read the Forum rules, you will see that injecting code is not something we normally support - would you care to explain just why you need to do this?

M23

 

Expand  

i'm coding a system with kinda a plugin system where i can push extensions in c++ but i dont want to drop them on the local disk.

 

  • Moderators
Posted

Vivi,

I have been doing some reading about manual mapping and "kinda a plugin system" is not enough to convince me to keep this thread open.

"click" (c) Jos

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Guest
This topic is now closed to further replies.
×
×
  • Create New...