Spooky Posted December 28, 2005 Posted December 28, 2005 Hi, just d/l and installed autoit. Looks like a very useful item. Already working on a few things. One thing I did notice tho was a lack of API's/functions to read and write to memory (except maybe involving .dll files). What about reading and writing to .exe files in memory? Is it possible to do this with autoit or do i need to fall back to C++ methods?
w0uter Posted December 28, 2005 Posted December 28, 2005 (edited) Hi, just d/l and installed autoit. Looks like a very useful item. Already working on a few things. One thing I did notice tho was a lack of API's/functions to read and write to memory (except maybe involving .dll files). What about reading and writing to .exe files in memory? Is it possible to do this with autoit or do i need to fall back to C++ methods? afaik autoit can do almost evrything exept callback functions. autoit supports DLLCALLING wich means you can call dll's like kernel32.dll (wich exports WriteProcessMemory). i made a few functions to handle with memory (the current beta broke the one from my signature) (but there is a newer version somewhere, Scripts&Scraps ?) [edit]check this http://www.autoitscript.com/forum/index.php?showtopic=19329 (writing is still not made though)[/edit] Edited December 28, 2005 by w0uter My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
Spooky Posted December 28, 2005 Author Posted December 28, 2005 Yep, i saw that one. I wonder if there will be items included in autoit to read a write without having to mess with dll's? Oh well, it fun to play with it right now.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now