View Single Post
  #1  
Old 20-07-2022, 19:01
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 188 Times in 101 Posts
:( Sad8669 is on a distinguished road
Bunch of abandoned tools + Adios

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.
  • 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
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.
Attached Files
File Type: rar WAVExtractor_new.rar (93.3 KB, 18 views)
File Type: rar WAVExtractor_old.rar (177.8 KB, 8 views)
File Type: rar UMS.rar (25.2 KB, 12 views)
File Type: rar SHC.rar (120.8 KB, 13 views)
File Type: rar KVSExtractor.rar (205.1 KB, 10 views)
File Type: rar GFN.rar (19.0 KB, 9 views)

Last edited by :( Sad8669; 20-07-2022 at 19:17.
Reply With Quote
The Following 7 Users Say Thank You to :( Sad8669 For This Useful Post:
ffmla (26-07-2022), Gehrman (22-07-2022), Grumpy (28-07-2022), KaktoR (28-07-2022), Pantsi (22-07-2022), Razor12911 (23-07-2022), ScOOt3r (20-07-2022)
Sponsored Links