0000 Posted January 1, 2008 Posted January 1, 2008 Hi.I'm creating some program which will edit .exe .dll files :] So I write in .dll file some lines: aaa abb abc acc How I can get all lines from file to some msgbox? and after that, one line just change another? Like abc -> ddd so after that .dll will be: aaa abb ddd acc Is in AutoIt some function which will let me to do it? I tried with: DllStructGetData, but I need to work with integers, or hex so i got some problems. Thanx for answers
Bert Posted January 1, 2008 Posted January 1, 2008 _HexToString StringReplace $data = _HexToString("Put your data here") ;for example msgbox(0, "", $data) The Vollatran project My blog: http://www.vollysinterestingshit.com/
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