Jump to content

manual mapping possible with autoit?


Recommended Posts

1 hour ago, 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

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

Link to comment
Share on other sites

5 hours ago, argumentum said:

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

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.

Link to comment
Share on other sites

  • Moderators

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:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

49 minutes ago, 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

 

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.

 

Link to comment
Share on other sites

  • Moderators

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:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...