FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Useful programs (https://fileforums.com/showthread.php?t=92995)

azuravian 24-01-2025 13:28

Quote:

Originally Posted by brispuss (Post 504545)
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.

https://i.imgur.com/p7Kopks.png

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.

amit 30-01-2025 00:19

Exe To Bat
 
Quote:

Originally Posted by Carldric Clement (Post 481403)
Bat to Exe Converter is a freeware

use it and convert your bat files. Simple :)
Homepage: FK Website

Asking it bit late, but, is the reverse possible?? Like a exe to bat?

nordi 17-02-2025 05:01

Quote:

Originally Posted by amit (Post 506704)
exe to bat?

=> perhaps, when your exe file was a bat file before
https://www.techguy.org/threads/solv...to-bat.759618/

=> https://letmegooglethat.com/?q=exe+to+bat

https://www.instructables.com/EXE-Back-to-a-BAT/
https://github.com/BlickiTools/exe-to-bat-converter

kj911 03-03-2025 07:21

Many repackers daily use ZPAQ compressor?? Few weeks ago released the specially modified ZPAQF release, added/modded in 1,4,8 bit images compression optimizations. Speedup are ~40% faster and ratio gains ~1-6% than orig ZPAQ 7.15 version.

See this: https://encode.su/threads/4369-Under...ng-zpaq-models
or directly the src: https://github.com/kaitz/zpaqf

One problems: Not available compiled binaries.

UPD: kaitz released in previous days new zpaq7.15.2f version and x64 compiled binaries. The EXE file instant crashing. I need AVX/AVX2 capable CPU??

wareck 26-04-2025 16:11

Hello
I like to use RapidCRC and blake3 for my repacks.
The problem is that this software suffers from the lack of command-line operation.

To create my files, I now use b3sum.exe which can generate these files.

https://github.com/BLAKE3-team/BLAKE3

Yourname 08-05-2025 01:15

FMX Style Converter
 
Hi Guys, I designed and created a program discussed with @audiofeel (GUI version of the beta), which allows you to convert (both from the command line for the more experienced, and from a Graphical Interface) FMX 2.5 styles from Indexed Binary (*.fsf) to Raw/Plain (*.style) and vice versa to be able to EDIT them manually, without having to download RAD studio or Delphi. The download of the program(s) can be found HERE on my site. The password is obviously "Felix_550" (without the quotes). I hope it is useful! :D;)

http://felix550.unaux.com/info.php?file=FSF+2+Raw

luxuse 01-07-2025 12:51

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

L33THAK0R 02-07-2025 04:56

Quote:

Originally Posted by luxuse (Post 508122)
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.

luxuse 02-07-2025 16:20

Quote:

Originally Posted by L33THAK0R (Post 508128)
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 ;)

L33THAK0R 03-07-2025 00:07

Quote:

Originally Posted by luxuse (Post 508133)
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!

luxuse 03-07-2025 03:38

Quote:

Originally Posted by L33THAK0R (Post 508136)
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 :D

kj911 06-10-2025 12:30

New "LOLZ-killer" compressors??

Few days ago released new compressor, named in OpenZL for structured data.

https://github.com/facebook/openzl

Windows/Linux binaries (x64 only) not available, this complicated sorce codes only.

luxuse 13-10-2025 09:42

NewCrc Beta
 
1 Attachment(s)
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


All times are GMT -7. The time now is 23:31.

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