diff --git a/README.md b/README.md index ce9fce5..fb1e134 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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!