diff options
author | Ladislav Zezula <zezula@volny.cz> | 2022-02-12 13:14:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-12 13:14:04 +0100 |
commit | 02142e8837d3803a954579f21797d6da32657853 (patch) | |
tree | d69a5a881203a87d29469b3a98ea1722ff1c5e14 /storm_dll/storm.def | |
parent | b79a6cc62e610ed405edb38cb990bfe7e6571bd6 (diff) | |
parent | 8e053ff5334f8aafaa8e5cc449fd90a71866b0a6 (diff) |
Merge pull request #242 from ladislav-zezula/LZ_AnotherSCXProtector
Updated test project for storm.dll
Diffstat (limited to 'storm_dll/storm.def')
-rw-r--r-- | storm_dll/storm.def | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/storm_dll/storm.def b/storm_dll/storm.def new file mode 100644 index 0000000..8de88f5 --- /dev/null +++ b/storm_dll/storm.def @@ -0,0 +1,25 @@ +; Storm definition file with alternate Storm.dll names +LIBRARY "Storm" + +EXPORTS + StormCloseArchive @252 ; 0x0FC + StormCloseFile @253 ; 0x0FD + StormDestroy @262 ; 0x106 + StormGetFileArchive @264 ; 0x108 + StormGetFileSize @265 ; 0x109 + StormOpenArchive @266 ; 0x10A + StormOpenFile @267 ; 0x10B + StormOpenFileEx @268 ; 0x10C + StormReadFile @269 ; 0x10D + StormSetBasePath @270 ; 0x10E + StormSetFilePointer @271 ; 0x10F + StormSetLocale @272 ; 0x110 + StormGetBasePath @273 ; 0x111 + StormGetArchiveName @275 ; 0x113 + StormGetFileName @276 ; 0x114 + +; StormSetLastError @465 ; 0x + + StormCompress @551 ; 0x227 + StormDecompress @552 ; 0x228 +
\ No newline at end of file |