:( Sad8669
20-07-2022, 19:01
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
UMS <ogg_data_stream> "OggS" [-x]
With the above code you now have a OggSExtractor.
I would like to thank insomnyawolf again here.
GFN - GetFilesName
A very simple tool, just creates a log of all the files in the current directory/specified directory.
WAVManager
- 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
[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\comma nd]
@="\"X:\\SHC.exe\" -md5 \"%1\""
As for BankDumper, you can find it here on my Github (https://github.com/saifkhan8669?tab=repositories)
"I had a great time here, very interesting people i have seen and i learned a number of things." - A Useless Guy
Adios, Amigo.
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
UMS <ogg_data_stream> "OggS" [-x]
With the above code you now have a OggSExtractor.
I would like to thank insomnyawolf again here.
GFN - GetFilesName
A very simple tool, just creates a log of all the files in the current directory/specified directory.
WAVManager
- 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
[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\comma nd]
@="\"X:\\SHC.exe\" -md5 \"%1\""
As for BankDumper, you can find it here on my Github (https://github.com/saifkhan8669?tab=repositories)
"I had a great time here, very interesting people i have seen and i learned a number of things." - A Useless Guy
Adios, Amigo.