Update available
Changes
- added feature to inject libraries to main executable
Notes
You may notice that the libraries folder is getting filled with a lot of dll files which xtool uses so reduce this cumbersomeness you might want to embed all of these dlls within the main executable and placing the dlls near xtool.exe is no longer needed as they will become part of the executable.
This feature is added to promote portable mode where all you have is the files you want to process and xtool.exe with no libraries nearby.
Usage
Code:
xtool.exe inject dll_file
More notes
Only inject lz4, zstd and oodle when you are sure that your input will never need library swaps as these libraries depending on version determine precompression ratio. zlib, reflate and some other libraries do not as every version produces the same results.