Grigoriy Mylnikov
Grigoriy Mylnikov
As I already said, currently Hextor is not prepared to be compiled by everyone. It has some non-opensource dependencies from my commercial projects. So I don't think you will be...
Well, I checked the sources and found out that things are not so bad. A couple of define's made it compilable, and the only missing thing is sampling profiler. Please...
Links to all dependencies are in the bottom of README.md. Usually master branch will do. AppVersion.Inc is generated by ./Installer/MakeIncludes.sh. I use bash from WSL. (or you can just paste...
It's a common problem of all hex editors which do not load entire file into memory while editing. Only new (changed) bytes are kept in memory, so when you undo...