Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Wassimulator committed May 13, 2022
1 parent 57e97f9 commit 18ee0e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
- original file size
- packed file location (relative to the beginning of the pack file)
## the Unpacker
To use the unpacker make sure you first call *'SP_OpenPack'* with the path to the
To use the unpacker make sure you first call 'SP_OpenPack' with the path to the
pack file. This call copies the pack into memory.
*'SP_GetData'* gets you a pointer to the data stored in memory, you should use
'SP_GetData' gets you a pointer to the data stored in memory, you should use
this pointer to read the data, make sure you copy it.
*'SP_ClosePack'* frees the memory used by the pack.
'SP_ClosePack' frees the memory used by the pack.
The algorithm doesn't hash but instead matches file names. This tool intended for smaller projects.


Expand Down

0 comments on commit 18ee0e9

Please sign in to comment.