BLOG

Android Malware II.
Android Basics

18 febrero 2022

In this post we will look at some basic concepts about Android in a summarized way before we start analyzing malicious files. Android Architecture Android is based on Linux with the following architecture (very roughly): Android Compile/Reversing When we face reversing in Android applications we have to keep in…

Android Malware II.
Android Basics

18 febrero 2022

En este entrada se verán algunos conceptos básicos sobre Android de forma resumida antes de ponernos a analizar ficheros maliciosos. Arquitectura de Android Android está basado en Linux con la siguiente arquitectura (a muy grandes rasgos): Compilación/Reversing en Android Cuando hacemos frente al reversing en aplicaciones Android hay que…

PRACTICAL EXAMPLES WITH FRIDA
Frida VS Anti-Debug Techniques on Windows (II)

24 agosto 2021

In this second post of the series «PRACTICAL EXAMPLES WITH FRIDA – Frida VS Anti-Debug Techniques on Windows» we will start with showing examples of bypassing anti-debug techniques. As announced in our first post, in this entry we will talk about the first group of anti-debug techniques: «Techniques based…

EJEMPLOS PRÁCTICOS DE FRIDA
Frida VS Técnicas Anti-Debug en Windows (II)

24 agosto 2021

En este segundo post de la serie de «EJEMPLOS PRÁCTICOS DE FRIDA: Frida vs Técnicas Anti-Debug en Windows« empezaremos a mostrar ejemplos de evasión de técnicas anti-debug. Tal y como se indicaba en el primer post, en esta entrada trataremos el primer grupo de técnicas: «Técnicas basadas en Llamadas…