From 3201faa40786ae1f5b4e1f2a355e52597a93cbd5 Mon Sep 17 00:00:00 2001 From: Ruliam dos Santos de Oliveira Date: Thu, 18 Sep 2025 14:48:26 -0300 Subject: [PATCH] Fix links in README.md for accuracy Updated links in README.md to point to the correct files and sections. --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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!