I'd like something (online script, program, etc) that will allow me to dump a list of little-endian memory addresses (say, 32-bit/4-byte) somewhere, and have a list of big-endian addresses come out the other side. I'd rather not have to compile whatever this is, if possible (I see there are a few C source code files floating around for such a thing). I don't mind using something like CScript, Windows batch script, VBScript, etc, but I'm too lazy to set up a dev environment on my machine at the moment, especially to be disappointed when whatever I've found won't compile for some reason or another.
Anyone know of something that will work?
Anyone know of something that will work?
I just added a >> addressesbig.txt to the end of the echo command to output to a new file.
Comment