-
Notifications
You must be signed in to change notification settings - Fork 0
/
note1
65 lines (50 loc) · 1.22 KB
/
note1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#include <fstream>
fndir="/storage"
int main() {
std::ofstream outfile;
outfile.open("test.txt", std::ios_base::app);
outfile << "Data";
return 0;
}
String intstoragedir = System.getenv("EXTERNAL_STORAGE");
File intstoragedir = new File(extStore);
SETTINGS
imgdir
checkmode
checklastnotz
checknotz
checknote
checkattachdir
getclick1
getclick2
root screenshot to dir
appendpic
gettext
getpic
enable ocv
enable numbered/lastplace
enable latestdir/images.txt/
mode=1
last place
mode=2
ocv+lastplace
mode=3
lastdir+ocv+lastplace
mode=4
choosedir+lastplace
mode=5
mode=6
Settings
choose dir
layout
web
http://dmoral.es/blog/accessing_native_methods_android
https://stackoverflow.com/questions/12732882/reverse-engineering-from-an-apk-file-to-a-project
https://www.reddit.com/r/java/comments/6gyprq/looking_for_a_java_decompiler/
https://www.apkdecompilers.com/
https://github.com/JetBrains/intellij-community/tree/master/plugins/java-decompiler
https://www.xda-developers.com/decompile-edit-and-recompile-in-one-tool-with-apk-studio/
https://futurestud.io/tutorials/how-to-decompile-an-android-app-apk
APK Editor Pro
http://www.brightdevelopers.com/reverse-engineer-android-apk/
https://bitcointalk.org/index.php?topic=740112.445