mrmaller1905 Posted May 11, 2024 Posted May 11, 2024 I got no filenames from Juiced DATs. Where is the memory address for the hash function from the executable to restore proper filenames? The unpacker is already developed by Ekey: https://github.com/Ekey/JCED.DAT.Tool https://drive.google.com/file/d/1RYQmh4-4TUIfDODpCQesHK-C93Ok4r5W/view?usp=sharing
Solution ikskoks Posted May 11, 2024 Solution Posted May 11, 2024 Filenames are known. You can find them here: https://github.com/Ekey/JCED.DAT.Tool/blob/main/JCED.Unpacker/JCED.Unpacker/Projects/FileNames.list Hash function is also known and it's available here https://github.com/Ekey/JCED.DAT.Tool/blob/main/JCED.Unpacker/JCED.Unpacker/FileSystem/Package/DatHash.cs As for memory address, it's your job to find it if you want to hook it. More details here https://ikskoks.pl/tutorial-how-to-restore-hashed-filenames-from-archives/ But you can also try other methods as guessing/exe dump/hashcat etc. 1
mrmaller1905 Posted May 13, 2024 Author Posted May 13, 2024 On 5/11/2024 at 2:47 PM, ikskoks said: Filenames are known. You can find them here: https://github.com/Ekey/JCED.DAT.Tool/blob/main/JCED.Unpacker/JCED.Unpacker/Projects/FileNames.list Hash function is also known and it's available here https://github.com/Ekey/JCED.DAT.Tool/blob/main/JCED.Unpacker/JCED.Unpacker/FileSystem/Package/DatHash.cs As for memory address, it's your job to find it if you want to hook it. More details here https://ikskoks.pl/tutorial-how-to-restore-hashed-filenames-from-archives/ But you can also try other methods as guessing/exe dump/hashcat etc. Are there programs that can repack custom files into DATs?
mrmaller1905 Posted June 1, 2024 Author Posted June 1, 2024 (edited) I said "Where is the memory address for the hash function from the executable" and can someone make a new source code to get filenames from Juiced DATs? Edited October 21, 2024 by mrmaller1905
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now