Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
ReyunSecureSdk
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhanglei
ReyunSecureSdk
Commits
d4c7b1b9
Commit
d4c7b1b9
authored
Apr 06, 2021
by
Fear1ess
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4/6
parent
63e0f769
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
collect.c
wandun/src/main/cpp/collect.c
+2
-0
libcrypto.a
wandun/src/main/cpp/lib/arm64-v8a/libcrypto.a
+0
-0
No files found.
wandun/src/main/cpp/collect.c
View file @
d4c7b1b9
...
@@ -167,6 +167,8 @@ void collect_imei(JNIEnv *env, cJSON *json) {
...
@@ -167,6 +167,8 @@ void collect_imei(JNIEnv *env, cJSON *json) {
logd
(
WD_COLLECT
,
"%s"
,
"collect imei finished..."
);
logd
(
WD_COLLECT
,
"%s"
,
"collect imei finished..."
);
}
}
void
collect_android_id
(
JNIEnv
*
env
,
cJSON
*
json
)
{
void
collect_android_id
(
JNIEnv
*
env
,
cJSON
*
json
)
{
jstring
key_str
=
(
*
env
)
->
NewStringUTF
(
env
,
"android_id"
);
jstring
key_str
=
(
*
env
)
->
NewStringUTF
(
env
,
"android_id"
);
jobject
cr
=
wdCallObjectMethod
(
env
,
g_app_context
,
"getContentResolver"
,
"()Landroid/content/ContentResolver;"
);
jobject
cr
=
wdCallObjectMethod
(
env
,
g_app_context
,
"getContentResolver"
,
"()Landroid/content/ContentResolver;"
);
...
...
wandun/src/main/cpp/lib/arm64-v8a/libcrypto.a
0 → 100644
View file @
d4c7b1b9
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment