Puterboy1 Posted February 21, 2024 Share Posted February 21, 2024 I think they might be a container for Macromedia Director files. Download link: https://www.mediafire.com/file/t933vlmz3gapnps/Main.dat/file Link to comment Share on other sites More sharing options...
Engineer h3x3r Posted February 24, 2024 Engineer Share Posted February 24, 2024 ##################################################### # Star Wars: Early Learning Activity Center - *.dat # ##################################################### get BaseFileName basename get MainTableOffset uint32 goto MainTableOffset get Unknown uint32 get TableTotalSize uint32 get TableCount uint32 for i = 0 < TableCount savepos TableOffset getdstring Sign 0x4 get TableSize uint32 get Files uint32 for j = 0 < Files get Offset uint32 get Size uint32 get StrLen byte getdstring FileName StrLen Padding 4 string Name p= "%s/%s/%s" BaseFileName Sign FileName log Name Offset Size next j next i Link to comment Share on other sites More sharing options...
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