You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<b>apkr</b> (originally named atom: <b>a</b>nalysis <b>t</b>hrough <b>o</b>bservation <b>m</b>achine)* is the codename for android apps/malware analysis/reversing tool. It was built focused on security issues and tricks that malware researcher have on they every day work. For those situations on where the malware has <b>anti-analysis</b> routines, apkr attemps to bypass them in order to get to the code and 'bad boy' routine. Sometimes those techniques can be virtual machine detection, emulator detection, self certificate checking, pipes detection. tracer pid check, and so on.
18
+
<b>droidefense</b> (originally named atom: <b>a</b>nalysis <b>t</b>hrough <b>o</b>bservation <b>m</b>achine)* is the codename for android apps/malware analysis/reversing tool. It was built focused on security issues and tricks that malware researcher have on they every day work. For those situations on where the malware has <b>anti-analysis</b> routines, droidefense attemps to bypass them in order to get to the code and 'bad boy' routine. Sometimes those techniques can be virtual machine detection, emulator detection, self certificate checking, pipes detection. tracer pid check, and so on.
17
19
18
-
<b>apkr</b> uses an innovative idea in where the code is not decompiled rather than viewed. This allow us to get the global view of the execution workflow of the code with a 100% accuracy on gathered information. With this situation, <b>apkr</b> generates a fancy <b>html</b> report with the results for an easy understanding.
20
+
<b>droidefense</b> uses an innovative idea in where the code is not decompiled rather than viewed. This allow us to get the global view of the execution workflow of the code with a 100% accuracy on gathered information. With this situation, <b>droidefense</b> generates a fancy <b>html</b> report with the results for an easy understanding.
19
21
</p>
20
22
21
23
# Contribution
@@ -26,11 +28,10 @@ To support this project you can:
26
28
- Submit bug using one of following ways:
27
29
* Error stacktrace string and log files.
28
30
* Error log and link to public available apk file.
29
-
- Do NOT forget to fullfil [issue template](https://github.com/apkr/apkr/blob/master/.github/ISSUE_TEMPLATE.md)
31
+
- Do NOT forget to fullfil [issue template](https://github.com/droidefense/engine/blob/master/.github/ISSUE_TEMPLATE.md)
30
32
31
33
And any other comments will be very appreciate.
32
34
33
35
#License
34
36
35
37
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
0 commit comments