I made this for myself in Visual Basic .NET, to make it easier to get a unique AoB from a list of AoB's - In my case I have been practicing with having the addresses I need load automatically through a script, and sometimes have up to 50 different AoB's to check for differences
With this tiny stand-alone it takes me less than a second to get a unique AoB from a long list, and I thought there may be others that would also get some use out of this!
I had several people message me asking if I could implement a 'byte counter' along with the character count, so I updated the program - I honestly don't know why I didn't think of adding this feature right from the beginning, as I was still manually counting bytes in my AoBs to figure out distances from the value I wanted - Now as soon as you paste an AoB in, it will list both the character count, and length in hex (To get distance between bytes, simply select the start of the AoB, and end at your value byte, copy/paste into Checker, and it will tell you how many bytes are between) - I am open to implementing other functions as well, so if you can think of something that would make this even better, don't hesitate to let me know!