Skip to content

Commit 474793c

Browse files
authored
Update README.md
1 parent a1ce0d3 commit 474793c

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
1-
# apkr
2-
[![Build status](https://ci.appveyor.com/api/projects/status/e1o3djbyvgo7m5u0?svg=true)](https://ci.appveyor.com/project/zerjioang/apkr)
3-
[![Build Status](https://travis-ci.org/apkr/apkr.svg?branch=master)](https://travis-ci.org/apkr/apkr)
4-
[![Coverage Status](https://coveralls.io/repos/github/apkr/apkr/badge.svg?branch=master)](https://coveralls.io/github/apkr/apkr?branch=master)
5-
[![Join the chat at https://gitter.im/apkr/Lobby](https://badges.gitter.im/apkr/apkr.svg)](https://gitter.im/apkr/Lobby)
6-
[![License](http://img.shields.io/:license-gpl3-blue.svg)](https://raw.githubusercontent.com/apkr/apkr/master/LICENSE)
1+
# Droidefense
2+
3+
[![Build status](https://ci.appveyor.com/api/projects/status/3yb49276goqbt33v?svg=true)](https://ci.appveyor.com/project/zerjioang/engine)
4+
[![Build Status](https://travis-ci.org/droidefense/engine.svg?branch=master)](https://travis-ci.org/droidefense/engine)
5+
6+
[![Coverage Status](https://coveralls.io/repos/github/droidefense/engine/badge.svg?branch=master)](https://coveralls.io/github/droidefense/engine?branch=master)
7+
8+
[![License](http://img.shields.io/:license-gpl3-blue.svg)](https://raw.githubusercontent.com/droidefense/engine/master/LICENSE)
79

810
## First release coming soon
911

1012
<p align="center">
11-
<img src ="https://raw.githubusercontent.com/apkr/apkr/master/banner/report-template.png" />
13+
<img src ="https://raw.githubusercontent.com/droidefense/engine/master/banner/report-template.png" />
1214
</p>
1315

14-
#What apkr is
16+
#What droidefense is
1517
<p align="justify">
16-
<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.
1719

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.
1921
</p>
2022

2123
# Contribution
@@ -26,11 +28,10 @@ To support this project you can:
2628
- Submit bug using one of following ways:
2729
* Error stacktrace string and log files.
2830
* 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)
3032

3133
And any other comments will be very appreciate.
3234

3335
#License
3436

3537
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.
36-

0 commit comments

Comments
 (0)