[DiscordArchive] I _think_ this should dump all known filedataids that are not interface/jenkinshash stuff?
[DiscordArchive] I _think_ this should dump all known filedataids that are not interface/jenkinshash stuff?
Archived author: Azarchius • Posted: 2024-02-19T17:28:36.046000+00:00
Original source
I _think_ this should dump all known filedataids that are not interface/jenkinshash stuff?
Archived author: Azarchius • Posted: 2024-02-19T17:28:48.467000+00:00
Original source
struct of UnkPtr1 is
```cpp
struct BuildEntryFileData {
uintptr_t unknown;
uint32_t filedata;
content_flags flags;
uint8_t md5hash[0x10];
};
struct BuildEntryHash {
uint64_t hash;
uint32_t filedata;
uint32_t unknown;
uint8_t md5hash[0x10];
};
struct BuildEntryFileDataBlock
{
__int64 i_end;
BuildEntryFileData* data;
__int64 field_10;
__int64 field_18;
};
struct ManifestUnkPtr1
{
_BYTE gap0[16];
BuildEntryFileDataBlock befd_block;
_BYTE gap30[8];
__int64 field_38;
BuildEntryHash** p_BuildEntryHashes;
_BYTE gap48[24];
char end;
};
struct BuildManifest
{
ManifestUnkPtr1* unk_ptr_1;
_BYTE gap8[248];
char end;
};```
what I got, anyway
Archived author: Azarchius • Posted: 2024-02-19T17:31:26.604000+00:00
Original source
ignore the fact I manually flush the buffer every 5 rows even though std::endl flushes it
Archived author: Azarchius • Posted: 2024-02-19T17:37:46.865000+00:00
Original source
wow.tools stopped serving 'unknown files' listfile and I've been stumped since
Archived author: Marlamin • Posted: 2024-02-19T18:09:59.973000+00:00
Original source
is that actually parsing root or some other thing
Archived author: Marlamin • Posted: 2024-02-19T18:12:28.591000+00:00
Original source
it doesnt look super recognizable to me either way
Archived author: Azarchius • Posted: 2024-02-19T18:19:25.816000+00:00
Original source
yeah
Archived author: Azarchius • Posted: 2024-02-19T18:19:28.777000+00:00
Original source
I mean I barely recognize it
Archived author: Azarchius • Posted: 2024-02-19T18:19:38.931000+00:00
Original source
trying to parse root inside wow client
Archived author: Marlamin • Posted: 2024-02-19T18:19:42.081000+00:00
Original source
oh