Search found 138 matches

by GMMan
Thu Nov 11, 2010 5:13 am
Forum: Code Talk
Topic: Programs with direct assembly embedded
Replies: 0
Views: 1154

Programs with direct assembly embedded

Before I start uploading anything: What is the official position here about programs that contain direct assembly code embedded that was ripped from game executables? I've made a few programs that contain original assembly embedded into my program, mainly decryption code (Nothing decrypts better tha...
by GMMan
Sun Nov 07, 2010 9:36 pm
Forum: Game Archive
Topic: LZSS help
Replies: 3
Views: 883

Re: LZSS help

I'd guess that you'll need some program that will compress the files. I think aluigi has a LZSS library somewhere.
by GMMan
Sat Nov 06, 2010 3:08 am
Forum: Game Archive
Topic: Slight correction to DPK4 format
Replies: 0
Views: 486

Slight correction to DPK4 format

Looking at a cached version of its page on the wiki, I think I have found a detail that's overlooked: if the compressed file size and the uncompressed file size is the same, the file is not actually compressed. Before I looked at the format for it here, I manually researched the file format and made...