11-27-2012, 14:12
Hi
Guys did someone find a way to unpack base.ipak file?!
Guys did someone find a way to unpack base.ipak file?!
Request unpack base.ipak
|
11-27-2012, 14:12
Hi
Guys did someone find a way to unpack base.ipak file?!
11-27-2012, 15:02
If somebody did it would've been posted here already.
Short answer: No.
11-28-2012, 15:21
11-28-2012, 15:43
Can someone send me a small ipak file please?
11-28-2012, 16:07
11-28-2012, 17:55
Damn treyarch crypted everything....
(11-28-2012, 17:55)SailorMoon Wrote: Damn treyarch crypted everything.... IGNORE THIS, READ NEW POST I dont think .ipak are crypted because if you search for "iwi" you will find matches. I just think its like rar/zip uncompressed with a custom header Ok, so I have some info on the .ipak header (got on my own): Code: .ipak 48 bytes header: ^ This goes this way: offset, size, description Hope someone finds what these unknowns are By the way, looks like they use 0xA7 byte for start/end padding, and 0xCD or 0x93 byte to separate files padding
Ok, so what I have posted before might be wrong: an .ipak contains different sections, and deppending on how many sections are there, the size of the header is different.
Info here: Code: Each section has a 16 bytes header, depending on the number Looks like the index for .iwi files is 2 This is what I get after examinating the file for 10 minutes Example for lazy people: The bytes in memory are reversed so we need to reverse 00 00 04 00 and we get 00 04 00 00 which is 40000 in hex We go to the position 40000 in the file and... We know why its the .iwi files section because its section 2 (index 2, reversing the bytes): You could write a tool now, or I could write it when I have time...
11-29-2012, 16:03
(This post was last modified: 11-29-2012, 20:13 by Tomsen1410.)
Really, really nice @kokole ! +1
But there is something I dont get: Why is the pointer reversed? The 4th section has to do soemthing with the IWI stuff aswell.(if it does exist) Looks like the content and the locations in memory of the .IWI file or something like that. I dont know a lot about these things, so someone could tell me what the 4th section could be?
@Tomsen1410
When you read from memory the bytes get reversed, for example if you use ReadProcessMemory from some address that has an int32 with a value of 2, it will appear like 02 00 00 00 instead of 00 00 00 02 in memory. Don't really know why is this but just deal with it This .ipak file is like uhm, "ready" for memory usage. |
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Menu base | EliTeEishiii | 1 | 2,875 |
04-17-2013, 16:10 Last Post: Nekochan |
|
TomBMX IPAK exporter 1.1 (export texture files) | JariZ | 34 | 21,897 |
12-23-2012, 21:10 Last Post: kokole |
|
Help How to know weapon's base ServerClient.Ammo.PrimaryAmmoClip | narkos | 3 | 2,712 |
07-18-2012, 16:42 Last Post: narkos |
|
Source SDK (CS:GO base 2012) | Arteq | 3 | 3,180 |
06-14-2012, 18:02 Last Post: Arteq |
|
[Tutorial] Mw3 C# Base Trainer | barata | 11 | 8,630 |
04-22-2012, 21:00 Last Post: R3dbrnu |
|
[News] My first game base in C# XNA | Nekochan | 22 | 10,588 |
03-16-2012, 18:45 Last Post: Yamato |
|
ALL YOUR BASE ARE BELONG TO US HA HA HA!! | 4FunPlayin | 4 | 2,549 |
11-10-2011, 20:58 Last Post: Pozzuh |
|
Default Base Mod. | Boomshay | 1 | 1,608 |
07-03-2011, 13:17 Last Post: surtek |
|
Help Pack/Unpack FF. files | TechnoX | 1 | 3,705 |
06-04-2011, 09:57 Last Post: Pozzuh |
|
[Release] Mod Menu Base | d0h! | 13 | 9,789 |
05-22-2011, 23:37 Last Post: FUCK0FF |
Users browsing this thread: |
1 Guest(s) |