---
title: "How to use frida on a non-rooted device"
description: "This post explains how to use Frida gadget on a non-rooted device."
canonical_url: "https://www.romainthomas.fr/post/how-to-use-frida-on-a-non-rooted-device/"
authors: ["Romain Thomas"]
date_published: "2018-03-03T00:00:00Z"
date_modified: "2022-05-14T15:55:15+02:00"
language: "en-US"
section: "post"
tags: ["lief"]
categories: ["LIEF","Android"]
---

# How to use frida on a non-rooted device

> This post explains how to use Frida gadget on a non-rooted device.

This post is a part of the LIEF tutorials. It explains how to combine [Frida](https://www.frida.re/) and [LIEF](https://lief-project.github.io/) to
run ``frida-gadget`` on a non rooted device.

[See more](https://lief-project.github.io/doc/latest/tutorials/09_frida_lief.html)
