These are C# written source codes and can be manipulated in anyway way you like.
- UMS - Universal Magic Scanner
This tool for example, let's suppose i want to find a weird pattern for some reason, like "????", you pass in UMS <stream> "????" it tells you the whereabouts of the pattern in the stream, and it's universal because you can pass in anything, pass in "RIFF" you get a wave stream (might be a RIFF header but not a wav stream, so use WAVExt for that).
and you can use -x parameter to extract those files or the data between the offsets.
eg
Code:
UMS <ogg_data_stream> "OggS" [-x]
With the above code you now have a OggSExtractor.
I would like to thank insomnyawolf again here.
A very simple tool, just creates a log of all the files in the current directory/specified directory.
- An incomplete and abandoned tool i was working on, i laid the foundation for the manipulation of CLI directories and there is a compiled .exe if you want to take a look.
Basic purpose of this tool was to manipulate WAV files, play them, export them while using just the keyboard and Console Window.
You can add a registry for SHC (Context Menu) if you want.
eg
Code:
[HKEY_CLASSES_ROOT\Folder\shell\SHC\Shell]
[HKEY_CLASSES_ROOT\Folder\shell\SHC\Shell\MD5]
"MUIVerb"="MD5"
[HKEY_CLASSES_ROOT\Folder\shell\SHC\Shell\MD5\command]
@="\"X:\\SHC.exe\" -md5 \"%1\""
As for BankDumper, you can find it here on my
Github
"I had a great time here, very interesting people i have seen and i learned a number of things." - A Useless Guy
Adios, Amigo.