Add detailed analysis and documentation for RSNet.dll download functionality
- Introduced a comprehensive markdown document outlining the API surface of RSNet.dll related to downloading video files. - Documented initialization, connection, record querying, and download processes. - Provided insights into the exported functions, their parameters, and expected behaviors. - Included practical implications and recommendations for implementing a downloader script using C# interop. - Highlighted the necessary struct layouts and callback mechanisms for effective integration with the DLL.
This commit is contained in:
parent
0272c5ac3a
commit
de077ca5d5
34 changed files with 2084 additions and 152 deletions
11
Surveillance-Client.rep/user/00/00000001.prp
Normal file
11
Surveillance-Client.rep/user/00/00000001.prp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<FILE_INFO>
|
||||
<BASIC_INFO>
|
||||
<STATE NAME="CONTENT_TYPE" TYPE="string" VALUE="ProgramUserData" />
|
||||
<STATE NAME="PARENT" TYPE="string" VALUE="/" />
|
||||
<STATE NAME="FILE_ID" TYPE="string" VALUE="c0a86451e45f97977061057400" />
|
||||
<STATE NAME="FILE_TYPE" TYPE="int" VALUE="0" />
|
||||
<STATE NAME="READ_ONLY" TYPE="boolean" VALUE="false" />
|
||||
<STATE NAME="NAME" TYPE="string" VALUE="udf_c0a86451d8fa89550806671100" />
|
||||
</BASIC_INFO>
|
||||
</FILE_INFO>
|
||||
BIN
Surveillance-Client.rep/user/00/~00000000.db/db.2.gbf
Normal file
BIN
Surveillance-Client.rep/user/00/~00000000.db/db.2.gbf
Normal file
Binary file not shown.
BIN
Surveillance-Client.rep/user/00/~00000001.db/db.1.gbf
Normal file
BIN
Surveillance-Client.rep/user/00/~00000001.db/db.1.gbf
Normal file
Binary file not shown.
2
Surveillance-Client.rep/user/~journal.dat
Normal file
2
Surveillance-Client.rep/user/~journal.dat
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
IADD:00000001:/udf_c0a86451d8fa89550806671100
|
||||
IDSET:/udf_c0a86451d8fa89550806671100:c0a86451e45f97977061057400
|
||||
Loading…
Add table
Add a link
Reference in a new issue