It is written in C ++ and modular design. It can be embedded into programs written in any language, or directly called in various popular scripts. All operations are encapsulated in the module. You only need to call the corresponding export function externally. C #, C ++ applications have successfully used this module to develop various information collection systems.
The entire system includes the following:
1) The highly encapsulated DLL module encapsulates Android and IOS Intelligent Recognition, information collection, and information output modules.
2) Module User documents, interface documents, etc.
3) Module source code
The following is a case study:
The functional requirements are as follows:
1.1.1. device information collection
Field name |
Chinese field name |
ID |
Device id (uuid value generated) |
SERIALNO |
Mobile phone number |
NAME |
Device Name |
MANUFACTURER |
Device brand |
DEVICESTPYE |
Device Model |
OSRELEASE |
System Version |
CREATETIME |
Creation Time |
PHONENUM |
Phone number |
IMEI |
Device body code |
WIFIMAC |
Mac address |
1.1.2. Address Book
Field name |
Chinese field name |
ID |
Device id |
NAME |
Contact Name |
TYPE |
Contact Type |
PHONENUM |
Phone number |
CONTACTSGROUP |
Group email |
1.1.3. Call History
Field name |
Chinese field name |
ID |
Device id |
NAME |
Contact Name |
PHONENUM |
Contact number |
TYPE |
Call type |
LONGTIME |
Call duration |
EXETIME |
Call time |
1.1.4. SMS
Field name |
Chinese field name |
ID |
Device id |
NAME |
SMS contact |
PHONENUM |
SMS contact number |
CONTENT |
Content |
TYPE |
SMS receiving and receiving type |
EXETIME |
Sending time |
1.1.5. Internet history (TBL_HISTORY)
Field name |
Chinese field name |
ID |
Device id |
TITLE |
Title |
URL |
Url |
VISITIME |
Browsing time |
VISITOR |
Browser brand |
1.1.6. File Information Collection
Field name |
Chinese field name |
ID |
Device id |
MSG |
Other information |
CREATETIME |
Collection Time |
MSGPATH |
File Storage path |
CREATETIME |
Collection Time |
MSGPATH |
File Storage path |
1.1.7. Image Information Collection (TBL_PICTUREMESSAGE)
Field name |
Chinese field name |
ID |
Device id |
MSG |
Image Content |
CREATETIME |
Collection Time |
MSGPATH |
Storage path of images and other files |
CREATETIME |
Collection Time |
GPS |
Location of the photo |
TAKENTIME |
Photo shooting time |
1.1.8. Video Information Collection
Field name |
Chinese field name |
ID |
Device id |
MSG |
Video Content |
CREATETIME |
Collection Time |
MSGPATH |
Video file storage path |
CREATETIME |
Collection Time |
|
|
TAKENTIME |
Video shooting time |
1.1.9. Audio Information Collection (TBL_AUDIOMESSAGE)
Field name |
Chinese field name |
ID |
Device id |
MSG |
Audio Content |
CREATETIME |
Collection Time |
MSGPATH |
Audio file storage path |
CREATETIME |
Collection Time |
|
|
TAKENTIME |
Audio shooting time |
Note: Some of the above functions require root or jailbreak to be obtained. A small portion of the information listed above is added or modified in development, and the added or modified information is not listed.
Contact QQ: 2506314894