The hex editor is becoming usable. I have implemented the selection and the hexadecimal & text copy operations.
The hex editor is becoming usable. I have implemented the selection and the hexadecimal & text copy operations. |
First part of the process memory hex-editor is done, now you can look at what's inside your processes address space (still no way to poke at it, i'll probably do this for the next update). |
I have added a new mode to DriveSort which enables you to easily organize your mp3 and wma files by dragging them to the position of your choice. |
The old key generation algorithm was lame (pass-phrase xored with a fixed key) so i made a better one using recent hash algorithms (MD5 & SHA1). This release v1.02 should now be quite safe, but it's not backwards compatible with the previous versions. |