Basti756 Posted September 24, 2009 Posted September 24, 2009 Hi, I'm looking for an automated way to edit a file with a hex editor and I wondered if there's any possibility to use AutoIt for that. It's always the same unicode string which occurs 3 times and which has to be replaced. The point is that the file has around 2GB which doesn't work with most of the editors around. So I'm looking for an UDF which might help me out. Another way would be something like a commandline hex editor but I couldn't find anything like that. Right now I'm using HxD to replace the string manually since this seems to be the only editor which is able to handle a 2GB file. Any idea is welcome Bastian
Zedna Posted September 24, 2009 Posted September 24, 2009 (edited) Look here#556579used API functions:_WinAPI_CreateFile()_WinAPI_SetFilePointer()_WinAPI_ReadFile()_WinAPI_WriteFile()_WinAPI_CloseHandle() Edited September 24, 2009 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
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