Jump to content
Tuts 4 You

Diagnosis v0.1 - Comments, Improovements


zuma555

Recommended Posts

Posted

Diagnosis v0.1 first release. I will continue to evolute this tool if get some feedback from you guys. Need to know what could be better or what could be added to version 0.2. Now this tool actually compares 2 files (original/patched), with the same size and tells ya what offsets are patched. The original and the patched bytes also.

Download here:

[hide]

http://zumatitan.googlepages.com/Diagnosisv01pre-release.zip

[/hide]

Ufo-Pu55y
Posted

Window doesn't even come up here, coz you didn't use InitCommonControls.

Posted

Yes, your correct, on some computers it works, on others it doesn't due to that litle problem. Iwill fix that as soon as possible. Thanks for your feedback! Ufo.

Posted

Heres a quick loader hook I wrote to init the controls to make it work. Looks good :)

loader_hook.rar

Posted

Atomos made a loader to make this work, seems ok in some other pc's, thanks for saving my litle time Atomos!

Some important notes for this v0.1 version:

Will crash if the files you selected are not found (will fix this bug for version v0.2)

Any more comments or suggestions will be usefull for me.

Thanks!

Posted

Suggestions:

- Use a vector to handle the patched bytes, don't limit it to 5 sets like it is. (Push onto the stack as you scan, then display the full vector later.)

- Display things in hex.

- Allow user to drag and drop files into the boxes for the files needed.

- Allow user to browse for files.

Along with that, I would suggest allowing the user to override the file size check since some patches require code to be removed or added which can change the file size and cause this to not be useful.

All in all, good job for a beta :)

Posted
fc /B file1 file2

No need to reinvent the wheel which has been included with Windows since '95.

Posted

Okay guys thank you for your big help. v0.2 will be around soon.

Allways, of course, with your amasing feedback I wouldn't get in other comunities.

Posted
fc /B file1 file2

No need to reinvent the wheel which has been included with Windows since '95.

Kinda not the best of things to say in my opinion. If we didn't reinvent the wheel to make it better over time, we'd still be riding around in stone cars. Computers wouldn't exist much past a simple dos prompt, etc. etc.

Posted

Nice philosofy from Atomos, the same has myne! ;)

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
×
×
  • Create New...