Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ Começando pelo básico, podemos dividir o nosso Android Package (APK) em alguma

![Untitled Diagram(1)](https://user-images.githubusercontent.com/37185061/76150991-a2224980-608e-11ea-8363-558491f9adda.png)

- [AndroidManifest.xml](https://github.com/wh0isdxk/AndroidRevEngineering/new/master#androidmanifestxml)
- [META-INF/](https://github.com/wh0isdxk/AndroidRevEngineering/new/master#meta-inf)
- [classes.dex](https://github.com/wh0isdxk/AndroidRevEngineering/new/master#classesdex)
- [lib/](https://github.com/wh0isdxk/AndroidRevEngineering/new/master#lib)
- [assets/](https://github.com/wh0isdxk/AndroidRevEngineering/new/master#assets)
- [res/](https://github.com/wh0isdxk/AndroidRevEngineering/new/master#res)
- [resources.arcs](https://github.com/wh0isdxk/AndroidRevEngineering/new/master#resourcesarcs)
- [AndroidManifest.xml](https://github.com/wh0isdxk/AndroidRevEngineering/blob/master/Conceitos.md#androidmanifestxml)
- [META-INF/](https://github.com/wh0isdxk/AndroidRevEngineering/blob/master/Conceitos.md#meta-inf)
- [classes.dex](https://github.com/wh0isdxk/AndroidRevEngineering/blob/master/Conceitos.md#classesdex)
- [lib/](https://github.com/wh0isdxk/AndroidRevEngineering/blob/master/Conceitos.md#lib)
- [assets/](https://github.com/wh0isdxk/AndroidRevEngineering/blob/master/Conceitos.md#assets)
- [res/](https://github.com/wh0isdxk/AndroidRevEngineering/blob/master/Conceitos.md#res)
- [resources.arcs](https://github.com/wh0isdxk/AndroidRevEngineering/blob/master/Conceitos.md#resourcesarcs)


### Smali/Baksmali
Expand Down Expand Up @@ -228,8 +228,9 @@ Teste os seguintes tipos de ataque:

### Links Interessantes

- [Interceptando o Tráfego das Requisições em Android](https://github.com/wh0isdxk/AndroidRE/blob/master/Interceptacao.md)
- [Interceptando o Tráfego das Requisições em Android](https://github.com/wh0isdxk/AndroidRevEngineering/blob/master/InterceptacaoDeTrafego.md)
- [Bypassing SSL Pinning](https://github.com/wh0isdxk/AndroidRevEngineering/blob/master/SSLPinning.md)
- [Superfície de Ataque em Dispositivos Móveis](https://github.com/wh0isdxk/AndroidRevEngineering/blob/master/SurfaceAttack.md)

#
*Obrigada por chegar até aqui!
Expand Down