Jump to content

Possible to change the CRC of a file with autoit?


Recommended Posts

Topic. "Possible to change the CRC of a file with autoit?"

I am curios if there is any possible way to change the CRC of a file with auto it.

EDIT:

May I add the file I want to change a CRC of is a .DLL , and even 1byte changed in the DLL would make it different CRC. (If it was possible to hex edit a line with auto it this would do the trick, but I am not sure how to do it.)

EDIT2:

To be more clear, I want to search the hex string in a "DLL" (like you would in a hex editor) "3333" , I then want to replace that "3333", with "4444". Hence, I hex edited the DLL, giving it a different CRC.

Edited by lolp1
Link to comment
Share on other sites

Not natively. You would need to call a DLL written in another language (such as C++).

Sorry.

I highly doubt that. I've seen and herd of Hex edits by Lary but can't seem to find them. I am fairly sure it is possible to hex edit a file in auto it, I am just not sure how to do it.

EDIT:

Updated first post..

Edited by lolp1
Link to comment
Share on other sites

Search for +FileWrite +Binary

Maybe add +FileOpen

Should get you places...:)

I already did a lot of searching for things, and was unable to find the info I needed, and what I did find I could not understand. Thats why I am posting for help and possible some example code...

Link to comment
Share on other sites

I already did a lot of searching for things, and was unable to find the info I needed, and what I did find I could not understand. Thats why I am posting for help and possible some example code...

I have yet to find any non-malicious reason for editing the CRC of a .dll file. Especially by someone who doesn't understand binary files... what exactly are trying to use AutoIt to do?

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

I already did a lot of searching for things, and was unable to find the info I needed, and what I did find I could not understand. Thats why I am posting for help and possible some example code...

Study time man, study time..:)

Thats what the rest of us have to do!

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...