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)

felice2011 18-07-2017 14:07

Quote:

Originally Posted by gatosky1620 (Post 460821)
anyone have a program to descompress bin files created for Fitgirl

You do not need a program, if you can understand the compression structure, and the algorithms used, you can also decompress from the command line.

Chayan Manna 18-07-2017 20:56

Quote:

Originally Posted by gatosky1620 (Post 460821)
anyone have a program to descompress bin files created for Fitgirl

Just Extract the "Unarc.dll" from the setup of Fitgirl & use it with your normal setup.
Then your setup will decompress the bin file of Fitgirl. (if the bin files don't have any password) :)

pakrat2k2 18-07-2017 22:04

^ ALL her repacked files have passwords, as well as I remember, was discussed elsewhere, & that was mentioned.

Simorq 06-08-2017 07:11

2 Attachment(s)
JR Split File Pro

KaktoR 06-08-2017 09:54

Quote:

Originally Posted by Simorq (Post 461454)
JR Split File Pro

any command lines for splitting?

78372 06-08-2017 09:57

Yep, a command line splitter will help a lot developing MMC, I have stopped updating that because of no good cmd splitter

KaktoR 06-08-2017 10:00

Good with this splitter is, you can set first piece and following pieces.

All other splitters i tested only allow one slice size for all parts.

78372 06-08-2017 10:03

7-zip can be used as an splitter, because first and other volume size can be determined, but I can't manage inno to show disk change window using 7-zip splitter

KaktoR 06-08-2017 10:16

Can you give me an batch example?

78372 06-08-2017 10:38

Here
Code:

7z a -ttar file.tar C:\1\* -v100m -v1g
Here the first split size is 100mb, second and further more will be 1gb

Chayan Manna 06-08-2017 10:47

Quote:

Originally Posted by pakrat2k2 (Post 460827)
^ ALL her repacked files have passwords, as well as I remember, was discussed elsewhere, & that was mentioned.

I think not all. The first big Archives are not usually protected.
For example I have seen that the data1 file of Battlefield Hardline is not protected. Also Crysis 3 & some other games.

Simorq 06-08-2017 13:08

Quote:

Originally Posted by KaktoR (Post 461460)
any command lines for splitting?

There are hidden command

EzzEldin16 07-08-2017 13:01

I have a question but please answer me :
is there a program that can combine an application with it's the libraries and to be used like one program
like converting batch file to exe with included files

Carldric Clement 18-06-2019 03:37

Bat to Exe Converter
 
1 Attachment(s)
Bat to Exe Converter is a freeware

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

FitGirl 19-06-2019 11:47

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

I wouldn't recommend it. Antiviruses don't like those files, will trigger a lot, mostly silently

Carldric Clement 20-06-2019 06:20

Quote:

Originally Posted by FitGirl (Post 481415)
I wouldn't recommend it. Antiviruses don't like those files, will trigger a lot, mostly silently

I've checked with VirusTotal: here
only 1 that may false positive.
I used this for 4 years ago, there's no virus with Avast.
any types of software would be like Advanced BAT to EXE Pro, they have to inject command like %extd% which means that virus could not helpful. :)

PsYcHo_RaGE 20-06-2019 06:56

Usually that depends upon what's written in batch language.
may trigger false positives too

Carldric Clement 20-06-2019 07:45

Quote:

Originally Posted by PsYcHo_RaGE (Post 481420)
Usually that depends upon what's written in batch language.
may trigger false positives too

If I believe that software, Yes I know may trigger false it.
But somehow the developer wasn't updating software.
I'll have to wait for his update. :)

PsYcHo_RaGE 20-06-2019 11:33

Quote:

Originally Posted by Carldric Clement (Post 481421)
If I believe that software, Yes I know may trigger false it.
But somehow the developer wasn't updating software.
I'll have to wait for his update. :)

here is another one > https://www.battoexeconverter.com

78372 27-12-2019 10:06

Image Converter
I wonder why I didn't make this before.

BLACKFIRE69 16-05-2021 11:17

ListExt - Ext Listing Of All Files In A Folder
 
2 Attachment(s)
Ext Listing Of All Files In A Folder

Code:

Usage:
 ListExt.exe <Dir>


Masquerade 21-05-2021 13:31

Some of my favourite CLI tools:

https://github.com/roothaxor/Exif-Remove

Command Line Exif Data remover - useful for sharing images online

http://www.intelliadmin.com/index.ph...s-and-folders/

DelEmpty - remove all empty folders / 0b files verbosely&recursively

pratikpatel8982 26-05-2021 19:45

Unity Asset Bundle Extractor
 
Unity .assets and AssetBundle editor

UABE is an editor for Unity 3.4+/4/5/2017/2018 .assets and AssetBundle files. It can create standalone mod installers from changes to .assets and/or bundles.

https://github.com/DerPopo/UABE

You can:
  • Edit Asset Files
  • Extract
  • Precompress
  • Compress

GTX590 27-05-2021 05:50

1 Attachment(s)
Another tool that I use very frequently "Copy File Name".
You can select many files at the same time and do a mouse right click and choose to copy file names. The tool will also copy their extensions.
It's very useful!!

GaMEr_2077 27-05-2021 06:54

Ty GTX590
earlier I used this
dir > listmyfolder.txt

Joe Forster/STA 27-05-2021 07:51

Quote:

Originally Posted by GTX590 (Post 492439)
You can select many files at the same time and do a mouse right click and choose to copy file names. The tool will also copy their extensions.

You seriously need a file manager. I recommend FAR Manager. Make sure you check out its plugins, configuration options, hotkeys and macro capabilities (Ctrl-.). Once you get used to it, you won't understand how you could use Explorer and its extensions and, in general, using the mouse without laughing at their clumsiness.

pratikpatel8982 27-05-2021 21:07

Select all files , hold shift + right click and select copy as path, after that use notepad++ to replace paths with nothing and you'll get filenames

Carldric Clement 17-07-2021 06:50

Quote:

Originally Posted by pratikpatel8982 (Post 492425)
Unity .assets and AssetBundle editor

UABE is an editor for Unity 3.4+/4/5/2017/2018 .assets and AssetBundle files. It can create standalone mod installers from changes to .assets and/or bundles.

https://github.com/DerPopo/UABE

You can:
  • Edit Asset Files
  • Extract
  • Precompress
  • Compress

Nice dude. this is where I wanted to find this tool.

kj911 17-10-2021 02:31

LRZIP 0.23 x86 compressor
 
1 Attachment(s)
Found very old (13 years ago) LRZIP 32bit console compressors from net. Attached in below. Working from WinXP! Newest 32bit versions not available??

Description:

Long Range ZIP or Lzma RZIP

This is a compression program optimised for large files. The larger the file
and the more memory you have, the better the compression advantage this will
provide, especially once the files are larger than 100MB. The advantage can
be chosen to be either size (much smaller than bzip2) or speed (much faster
than bzip2). Decompression is always much faster than bzip2.

Lrzip uses an extended version of rzip which does a first pass long distance
redundancy reduction. The lrzip modifications make it scale according to
memory size.
The data is then either:
1. Compressed by lzma (default) which gives excellent compression
at approximately half the speed of bzip2 compression
2. Compressed by lzo which on most machines compresses faster than disk
writing making it as fast (or even faster) than simply copying a large file
3. Leaving it uncompressed and rzip prepared. This form improves substantially
any compression performed on the resulting file in both size and speed (due to
the nature of rzip preparation merging similar compressible blocks of data and
creating a smaller file).
4. Compressed by bzip2 as an rzip-like compression format.

The major disadvantages are:
1. It only works on single files. To get the best performance out of the
compression it is best to tarball all your files together.
2. It requires a lot of memory to get the best performance out of, and is not
really usable (for compression) with less than 256MB. Decompression requires
very little ram and works on small ram machines.
3. Does not work on stdin/stdout.

Joe Forster/STA 17-10-2021 04:35

Quote:

Originally Posted by kj911 (Post 494491)
Found very old (13 years ago) LRZIP 32bit console compressors from net. Attached in below. Working from WinXP! Newest 32bit versions not available??

Its latest source is available at https://github.com/ckolivas/lrzip and you can download the binary as part of Cygwin.

danthespal 25-12-2021 13:21

1 Attachment(s)
WinDirStat is a disk usage statistics viewer

https://i.ibb.co/QNFTRYk/image.png

BLACKFIRE69 19-06-2022 16:54

Quick File Hashing
 
2 Attachment(s)
Quick File Hashing v1.0

.

BLACKFIRE69 29-06-2022 17:40

ListExt v1.0.0.2 - Update
 
4 Attachment(s)
Quote:

Originally Posted by BLACKFIRE69 (Post 492020)
Ext Listing Of All Files In A Folder

Code:

Usage:
 ListExt.exe <Dir>


I've improved ListExt a bit to be able to recommend a compression method for that folder if needed. The purpose of this was to simplify some of the things I do on a daily basis, and I hope it will be useful for you too.

This is based on the "arc.groups" file. So place the first "arc.groups" file next to the "ListExt.exe" file.
The next step is to set up the "ListExt.ini" file. The aim is to introduce compression methods for each group of files.

It is done as follows,
Code:

ListExt.ini

; Freearc Compression Methods according to the 'arc.groups' file.

$default = srep+nz

$text = dict:p+lzp+ppmd:10:512mb+nz
$binary = precomp+rep:512mb+lzma:1gb:200:ht4:mc128
$exe = bcj2+rep:512mb+delta+exe+rz
$iso = ecm+precomp+rep:512mb+bcj2+delta+lzma:1gb:273:ht4:mc256
$obj = precomp+srep+nz
$bmp = bmp+nz
$wav = tta+nz
$mod = rep:512mb+lzma:1gb:200:ht4:mc128
$precomp = precomp+rep:512mb+delta+rz
$jpg = jpg+nz
$jpgsolid = precomp+rep:32+nz
$compressed = rep:64m+lzma:128m:128:ht4:mc16



; Other ListExt Settings
OverwriteLogs = 1


We're all set now. All that is left is to drag a folder through "ListExt.exe".
At the end of the process it'll recommend an appropriate compression method for your respective folder.
The file groups and the recommended compression method can be viewed in the ListExt_log.log file created at the end of the process.

.

Barbarossa178 28-09-2022 11:11

Quote:

Originally Posted by BLACKFIRE69 (Post 497377)
I've improved ListExt a bit to be able to recommend a compression method for that folder if needed. The purpose of this was to simplify some of the things I do on a daily basis, and I hope it will be useful for you too.

This is based on the "arc.groups" file. So place the first "arc.groups" file next to the "ListExt.exe" file.
The next step is to set up the "ListExt.ini" file. The aim is to introduce compression methods for each group of files.

It is done as follows,
Code:

ListExt.ini

; Freearc Compression Methods according to the 'arc.groups' file.

$default = srep+nz

$text = dict:p+lzp+ppmd:10:512mb+nz
$binary = precomp+rep:512mb+lzma:1gb:200:ht4:mc128
$exe = bcj2+rep:512mb+delta+exe+rz
$iso = ecm+precomp+rep:512mb+bcj2+delta+lzma:1gb:273:ht4:mc256
$obj = precomp+srep+nz
$bmp = bmp+nz
$wav = tta+nz
$mod = rep:512mb+lzma:1gb:200:ht4:mc128
$precomp = precomp+rep:512mb+delta+rz
$jpg = jpg+nz
$jpgsolid = precomp+rep:32+nz
$compressed = rep:64m+lzma:128m:128:ht4:mc16



; Other ListExt Settings
OverwriteLogs = 1


We're all set now. All that is left is to drag a folder through "ListExt.exe".
At the end of the process it'll recommend an appropriate compression method for your respective folder.
The file groups and the recommended compression method can be viewed in the ListExt_log.log file created at the end of the process.

.

What kind of dict;p? Thank you

BLACKFIRE69 29-09-2022 03:13

1 Attachment(s)
Quote:

Originally Posted by Barbarossa178 (Post 498545)
What kind of dict;p? Thank you

dict = dictionary replacements for texts

,

Barbarossa178 29-09-2022 05:14

Quote:

Originally Posted by BLACKFIRE69 (Post 498552)
dict = dictionary replacements for texts

,

Where do I get this ppmd compressor?

Masquerade 29-09-2022 07:47

Quote:

Originally Posted by Barbarossa178 (Post 498553)
Where do I get this ppmd compressor?

It's built into FreeArc.

KaktoR 30-09-2022 07:59

Is there a tool to null file contents (replace with zeros from beginning to end of file), especially if you have multiple files?

I know I can do it with HxD but if you have many files this will get odd.

Masquerade 30-09-2022 10:46

Quote:

Originally Posted by KaktoR (Post 498572)
Is there a tool to null file contents (replace with zeros from beginning to end of file), especially if you have multiple files?

I know I can do it with HxD but if you have many files this will get odd.

I asked Razor and FitGirl this a while back and they both said to use fsutil to create files of a defined size.

KaktoR 01-10-2022 02:46

Thanks for the hint with fsutil, took me a bit to understand as I have never worked with it. Here is a working batch

Code:

FOR /R %%a IN ("*.bk2") DO (fsutil file setzerodata offset=0 length=%%~za "%%a")
It fills all selected files by file extension in current and sub folders with zeroes, beginning from first offset to last.


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

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