Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 24-01-2025, 13:28
azuravian azuravian is offline
Registered User
 
Join Date: Jan 2025
Location: USA
Posts: 1
Thanks: 1
Thanked 2 Times in 1 Post
azuravian is on a distinguished road
Quote:
Originally Posted by brispuss View Post
Thanks for the prompt reply and update to this program!

A definite improvement over the last version of listext, especially with regard to file locations!

In my case, I have many thousands of extensionless files. By reading the file headers, there are a variety of file types, mostly audio, imagery with some video as well.

Ultimately, I would like to see the option of being able to read extensionless files to determine their file types and then determine the appropriate compression methods to be used.
I'm fairly new, but I use a free application built by the British National Archives called DROID (Digital Record Object IDentification).

It's a very simple tool that uses signature files to detect file formats. It's not perfect (for example, I have quite a few mp4s it won't detect and have recently submitted a request for them to update their mp4 signature), but it's able to return data for most of my files and it's always accurate (in my experience) when it specifies the format.

I threw a bunch of files in a folder and scanned them so you can see the output.



As you can see, it found most files and even looks inside a non-password protected archive to give info on contained files as well.

DROID can be downloaded directly from the UK National Archives site:
https://www.nationalarchives.gov.uk/...records/droid/

Another application called TrID. It uses an algorithm to find similarities between files in order to determine filetype as opposed to looking for specific hard-coded headers. It's available as a command-line application:
https://mark0.net/soft-trid-e.html

or with a GUI:
https://mark0.net/soft-tridnet-e.html

I hope these are helpful for you.
Reply With Quote
The Following 2 Users Say Thank You to azuravian For This Useful Post:
Aschenputtell (18-03-2025), brispuss (02-07-2025)
Sponsored Links
  #2  
Old 01-07-2025, 12:51
luxuse's Avatar
luxuse luxuse is offline
Registered User
 
Join Date: Aug 2024
Location: the end of the world
Posts: 11
Thanks: 10
Thanked 3 Times in 2 Posts
luxuse is on a distinguished road
xxHash3 hash

Hello guys!
I’ve been experimenting with xxHash3 and got help from AI — the results turned out to bee OK

This is a simple xxHash3 hash generator and checker, I decided to make it open source because I’ve used it in some of my repack projects, and it works great.

Feel free to do whatever you want with it

Enjoy! 😄

https://github.com/Luxuse/xxhash3-lx
Reply With Quote
  #3  
Old 02-07-2025, 04:56
L33THAK0R's Avatar
L33THAK0R L33THAK0R is offline
Registered User
 
Join Date: Feb 2021
Location: Saudi Arabia
Posts: 406
Thanks: 137
Thanked 117 Times in 70 Posts
L33THAK0R is on a distinguished road
Quote:
Originally Posted by luxuse View Post
Hello guys!
I’ve been experimenting with xxHash3 and got help from AI — the results turned out to bee OK

This is a simple xxHash3 hash generator and checker, I decided to make it open source because I’ve used it in some of my repack projects, and it works great.

Feel free to do whatever you want with it

Enjoy! 😄

https://github.com/Luxuse/xxhash3-lx
Interesting stuff, do you have any benchmarks? It's not very lightweight at more than double the size of QuickSFV, but if it's faster it may have some merit.
Reply With Quote
  #4  
Old 02-07-2025, 16:20
luxuse's Avatar
luxuse luxuse is offline
Registered User
 
Join Date: Aug 2024
Location: the end of the world
Posts: 11
Thanks: 10
Thanked 3 Times in 2 Posts
luxuse is on a distinguished road
Wink

Quote:
Originally Posted by L33THAK0R View Post
Interesting stuff, do you have any benchmarks? It's not very lightweight at more than double the size of QuickSFV, but if it's faster it may have some merit.
you can find somme becnhmarck here is a link : https://github.com/pombredanne/xxHash-3
Reply With Quote
The Following 2 Users Say Thank You to luxuse For This Useful Post:
L33THAK0R (03-07-2025), ScOOt3r (02-07-2025)
  #5  
Old 03-07-2025, 00:07
L33THAK0R's Avatar
L33THAK0R L33THAK0R is offline
Registered User
 
Join Date: Feb 2021
Location: Saudi Arabia
Posts: 406
Thanks: 137
Thanked 117 Times in 70 Posts
L33THAK0R is on a distinguished road
Quote:
Originally Posted by luxuse View Post
you can find somme becnhmarck here is a link : https://github.com/pombredanne/xxHash-3
Not sure why I didn't just search it up myself, apologies! After some research, and testing on nvme & sata SSDs and some slower HDDs, I'm pretty blown away by how much faster it is, whilst still have a high bit-level sensitivity. So much so that I'll be researching (or start development on) a GUI with feature parity to QuickSFV, as well as adding support to my shell extension tool (that currently only supports more traditional algorithms), thank you to opening my eyes to alternative algorithms!
Reply With Quote
The Following User Says Thank You to L33THAK0R For This Useful Post:
luxuse (03-07-2025)
  #6  
Old 03-07-2025, 03:38
luxuse's Avatar
luxuse luxuse is offline
Registered User
 
Join Date: Aug 2024
Location: the end of the world
Posts: 11
Thanks: 10
Thanked 3 Times in 2 Posts
luxuse is on a distinguished road
Quote:
Originally Posted by L33THAK0R View Post
Not sure why I didn't just search it up myself, apologies! After some research, and testing on nvme & sata SSDs and some slower HDDs, I'm pretty blown away by how much faster it is, whilst still have a high bit-level sensitivity. So much so that I'll be researching (or start development on) a GUI with feature parity to QuickSFV, as well as adding support to my shell extension tool (that currently only supports more traditional algorithms), thank you to opening my eyes to alternative algorithms!
No need to apologize! It's great, I'd really love to see your GUI, that would be super useful
Reply With Quote
  #7  
Old 13-10-2025, 09:42
luxuse's Avatar
luxuse luxuse is offline
Registered User
 
Join Date: Aug 2024
Location: the end of the world
Posts: 11
Thanks: 10
Thanked 3 Times in 2 Posts
luxuse is on a distinguished road
Post NewCrc Beta

NewCrc

NewCrc – Windows file integrity checker
Supported hashes: CRC32, XXH3-64
Features: compare files with checksum lists

zhashgen.exe in TEST-2 can create MD5 crc32 and XXH3-64

Here is somme virustotal scan :

zhashgen.exe
https://www.virustotal.com/gui/file/...229e?nocache=1

NewCrc
https://www.virustotal.com/gui/file/...1514?nocache=1

NewCrc : https://github.com/Luxuse/NewCrc/tree/main
Attached Files
File Type: rar NewCrc.rar (19.62 MB, 2 views)
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
x-box programs cool_dude_2000 XBox Games 4 01-06-2003 05:37
Best programs to burn? Rafaelbn PC Games 2 30-05-2002 10:22
Recommendations for Best CDR programs ? Error/fault on Nero ... shinta CD/DVD Software & Utilities 1 09-04-2002 12:37
Wma & What are the best programs for finding mp3s adriannqld Media Files 4 25-07-2001 21:00



All times are GMT -7. The time now is 06:56.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com