# My talks about Android Application hacking

## Android Applications and APIs hacking - APISecure 2023

![APISecure 2023](/files/RgiuN6Pl9cPl1PY2fzRt)

### Video coming soon

### Slides APISecure 2023

* [Android Applications and APIs Hacking - ApiSecure 2023](https://github.com/CSbyGB/pentips/blob/main/.res/APISecure_Android%20Application%20Hacking.pdf)

## Android Application Hacking for The Diana Initiative 2022

![Android Application Hacking - TDI 2022](/files/I3P674w8MNe2tyKDk6ja)

### Recording of my talk

{% embed url="<https://www.youtube.com/embed/5V4X7Onxn5Y>" %}
Android Application Hacking - The Diana Initiative 2022
{% endembed %}

### Slides TDI 2022

* [Android Application Hacking - TDI 2022 - Slides](https://github.com/CSbyGB/pentips/blob/main/.res/android-app.pdf)

### Videos from slides

{% embed url="<https://youtu.be/r8dl_gv1sik>" %}
Create an emulator
{% endembed %}

{% embed url="<https://youtu.be/cT5GZPyOKuc>" %}
Configure Burp
{% endembed %}

{% embed url="<https://youtu.be/LDkf_kJ25WI>" %}
General Tips for static analysis
{% endembed %}

{% embed url="<https://youtu.be/LWDHEWVVz3w>" %}
BG capture
{% endembed %}

### Resources

* For all the resources and more check out my page dedicated to [Android App pentest here](/pentips/mobile-app-pentest/android.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://csbygb.gitbook.io/pentips/talks/android-app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
