Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
			
				
		
		
			
				
																			
								aluigi 							 
						Site Admin 			
		Posts:  12984 		Joined:  Wed Jul 30, 2014 9:32 pm 		
		
						
						
		 
		
						
					
													
							
						
									
						Post 
					 
								by aluigi   »  Mon Nov 26, 2018 9:08 am 
			
			
			
			
			
			I don't know if there are filenames stored somewhere and the format is not very clear so you can use offzip for doing the work:
Code: Select all 
offzip.exe -a -c 0x1000 sg.dat output_folder 
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								hackspeedok 							 
									
		Posts:  404 		Joined:  Mon Oct 06, 2014 6:41 pm 		
		
						
						
		 
		
						
					
													
							
						
									
						Post 
					 
								by hackspeedok   »  Mon Nov 26, 2018 10:07 am 
			
			
			
			
			
			aluigi wrote: I don't know if there are filenames stored somewhere and the format is not very clear so you can use offzip for doing the work:
Code: Select all 
offzip.exe -a -c 0x1000 sg.dat output_folderSorry for me bad knowleage 
 How can I packzip the Sg.dat ?
Thanks
 
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								aluigi 							 
						Site Admin 			
		Posts:  12984 		Joined:  Wed Jul 30, 2014 9:32 pm 		
		
						
						
		 
		
						
					
													
							
						
									
						Post 
					 
								by aluigi   »  Mon Nov 26, 2018 8:05 pm 
			
			
			
			
			
			offzip has a sort of reimport method like quickbms but I'm not sure if it works correctly in this field.
If you want to try just add the -r option to the original syntax you used:
Code: Select all 
offzip.exe -r -a -c 0x1000 sg.dat output_folderBut I really doubt it will work.
 
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								hackspeedok 							 
									
		Posts:  404 		Joined:  Mon Oct 06, 2014 6:41 pm 		
		
						
						
		 
		
						
					
													
							
						
									
						Post 
					 
								by hackspeedok   »  Tue Nov 27, 2018 3:19 am 
			
			
			
			
			
			I got some files, are they encrypted files by offzip?
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								aluigi 							 
						Site Admin 			
		Posts:  12984 		Joined:  Wed Jul 30, 2014 9:32 pm 		
		
						
						
		 
		
						
					
													
							
						
									
						Post 
					 
								by aluigi   »  Tue Nov 27, 2018 11:18 am 
			
			
			
			
			
			They seem raw images in my opinion