Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Search found 61 matches

by GameZelda
Mon Dec 03, 2007 6:21 pm
Forum: Holy Cow!
Topic: Best way to scan a file?
Replies: 9
Views: 4650

Best way to scan a file?

Well, I'm relatively new here, I don't know if this is the apropiate forum :oops: I'm coding a file ripper for a game (in C), but my problem is that it's just TOOO slow :( My method is just: Get a DWORD, compare it with the magic. If it coincides, extract the file. If not, just go back 3 characters ...