Froosty
The_Learner
- 535
- Posts
- 10
- Years
- Somewhere in this world.
- Seen Nov 16, 2024
While people are correct in saying that the things this tool does are very easy to do by hand in a hex editor, I'd say they're tedious to do that way when you're going to want to do them for every new hack you make if you habitually restart (ahem) so this is a nice thing to have around.
It'd be helpful if your Github repository contained the project file and other resources so that others can clone it and compile it easily. As it is, if I wanted to try out your code I'd have to reconstruct the UI using only the event hooks you've left as clues to what's what.
You should also include a license statement (I'm a fan of the GPL, but there's also BSD with varying numbers of clauses, MIT and others) since as written nobody else is actually legally allowed to contribute (if you don't specify some form of licensing the default is "all rights reserved").
You've also got some blank event handlers in "My code" for clicking on labels which aren't actually needed—if you don't know how to fix that then I can do it for you once you publish the full project rather than just a couple of .cs files.
Well I understood what you said, so I will try to get to it as soon as possible :)