Other
[ DevCourseWeb com ] Udemy - Reverse Engineering Frida for Beginners
Torrent info
Name:[ DevCourseWeb com ] Udemy - Reverse Engineering Frida for Beginners
Infohash: B77451372BF97B3C5390569097A993FF45769EC8
Total Size: 2.90 GB
Magnet: Magnet Download
Seeds: 0
Leechers: 0
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2025-10-30 05:19:08 (Update Now)
Torrent added: 2022-04-07 22:02:36
Torrent Files List
Get Bonus Downloads Here.url (Size: 2.90 GB) (Files: 149)
Get Bonus Downloads Here.url
~Get Your Files Here !
01 - Introduction
001 Intro to Frida.mp4
001 Intro to Frida_en.vtt
002 Intro to Frida Injection.mp4
002 Intro to Frida Injection_en.vtt
40304332-intro-to-frida.pdf
40304388-intro-to-frida-script-injection.pdf
02 - Setting up lab and rooted android emulator
001 Installing LD-player emulator.mp4
001 Installing LD-player emulator_en.vtt
002 Installing platform tools.mp4
002 Installing platform tools_en.vtt
003 Installing frida-server on the android emulator.mp4
003 Installing frida-server on the android emulator_en.vtt
004 Installing objection and frida tools on the pc.mp4
004 Installing objection and frida tools on the pc_en.vtt
005 Testing objection and frida.mp4
005 Testing objection and frida_en.vtt
40304406-Ld-player-link.txt
40305474-platform-tools-link.txt
40305898-frida-server-link.txt
40305922-objection-link.txt
40305966-list-of-commands.txt
40305976-hello-app.apk
03 - Setting up lab for non-rooted android phone
001 Installing Android-studio build-tools.mp4
001 Installing Android-studio build-tools_en.vtt
002 Installing the apktool.mp4
002 Installing the apktool_en.vtt
003 Patching the target apk file with the frida-gadget (frida-server).mp4
003 Patching the target apk file with the frida-gadget (frida-server)_en.vtt
004 Enabling developer-mode on the android phone.mp4
004 Enabling developer-mode on the android phone_en.vtt
005 Installing the patched-apk file to the android phone and testing it.mp4
005 Installing the patched-apk file to the android phone and testing it_en.vtt
40306172-frida-android-notes.txt
04 - Decompiling apk files
001 Reverse engineering using the apktool.mp4
001 Reverse engineering using the apktool_en.vtt
002 Installing dex2jar and jd-gui.mp4
002 Installing dex2jar and jd-gui_en.vtt
003 Decompiling an apk file using dex2jar and jd-gui.mp4
003 Decompiling an apk file using dex2jar and jd-gui_en.vtt
40306316-dex2jar-and-jd-gui-notes.txt
decompiling apk
decompiling apk notes.txt
hello-app.apk
05 - Understanding the Frida CLI
001 Understanding the Frida CLI.mp4
001 Understanding the Frida CLI_en.vtt
understanding frida cli
hello-app.apk
understanding Frida CLI notes.txt
06 - Simple Frida hello-world script
001 Simple Frida hello-world script.mp4
001 Simple Frida hello-world script_en.vtt
simple frida hello-world script
helloworld.js
simple frida hello world notes.txt
07 - Frida script to list classes
001 Frida script to list classes.mp4
001 Frida script to list classes_en.vtt
40306526-listclasses.js
08 - Frida scripts to list methods and properties
001 Frida scripts to list methods and properties.mp4
001 Frida scripts to list methods and properties_en.vtt
40306576-list-methods-and-properties.js
40306582-notes-on-frida-script-to-list-methods-and-properties.txt
09 - Hooking functions and bypassing root detection
001 Intro to hooking functions.mp4
001 Intro to hooking functions_en.vtt
002 Decompiling apk to identify target function to hook.mp4
002 Decompiling apk to identify target function to hook_en.vtt
003 Hooking functions and modifying them.mp4
003 Hooking functions and modifying them_en.vtt
40306686-crackme1-rootbypass.js
hooking functions
UnCrackable-Level1.apk
notes on hooking functions.txt
10 - Dumping function parameters
001 Dumping function parameters.mp4
001 Dumping function parameters_en.vtt
40306750-dump-function-parameters.js
11 - Re-using app functions in Frida scripts and decrypting passwords
001 Analyzing app functions and creating skeleton script.mp4
001 Analyzing app functions and creating skeleton script_en.vtt
002 Implementing app functions in frida and decrypting password.mp4
002 Implementing app functions in frida and decrypting password_en.vtt
40326912-decrypt-and-show.js
40326916-crackme1-rootbypass.js
12 - Frida and Windows listing modules
001 Listing windows modules (DLL libraries) using Frida.mp4
001 Listing windows modules (DLL libraries) using Frida_en.vtt
windows list-modules
CrackMe1.exe
listmodules.js
13 - Hooking windows MessageBox function
001 Hooking windows MessageBox function.mp4
001 Hooking windows MessageBox function_en.vtt
40372494-hookmessagebox.js
14 - Modifying the windows MessageBox API
001 Modifying the windows MessageBox API.mp4
001 Modifying the windows MessageBox API_en.vtt
modifying messagebox api
hookmessagebox-v2.js
modifymessagebox.js
notes - modifying messagebox.txt
15 - Listing windows process functions
001 Listing windows process functions.mp4
001 Listing windows process functions_en.vtt
listing functions
CrackMe2.exe
listfunctions.js
notes - listing functions createfile and memory scan api.txt
16 - Hooking file reading functions
001 Hooking file reading functions.mp4
001 Hooking file reading functions_en.vtt
40424838-hookingfiles.js
17 - Memory scanning and hacking
001 Memory scanning and hacking.mp4
001 Memory scanning and hacking_en.vtt
40424860-scanstrings.js
18 - Supplementary lessons - Android ethical hacking
001 Additional lessons on android ethical hacking.html
19 - Intercepting http traffic
001 Installing Burpsuite.mp4
001 Installing Burpsuite_en.vtt
002 Setting Burpsuite proxy for LDplayer emulator.mp4
002 Setting Burpsuite proxy for LDplayer emulator_en.vtt
003 Installing the Insecure Banking app.mp4
003 Installing the Insecure Banking app_en.vtt
installing insecure banking apk
InsecureBankv2.apk
insecure banking app url.txt
20 - Intercepting HTTPs traffic
001 Installing burpsuite CA cert.mp4
001 Installing burpsuite CA cert_en.vtt
002 Modifying network-security-config.mp4
002 Modifying network-security-config_en.vtt
003 Creating keystore signing and intercepting https.mp4
003 Creating keystore signing and intercepting https_en.vtt
40425134-dating-app-notes.txt
modifying network-security-config
dating-app notes.txt
network_security_config.xml
21 - Local data storage vulnerabilities
001 Local data storage vulnerabilities.mp4
001 Local data storage vulnerabilities_en.vtt
local data storage vulnerabilities
AndroLabServer-for-python3.zip
AndroLabServer-for-python3
README.markdown
__init__.py
__pycache__
app.cpython-310.pyc
database.cpython-310.pyc
models.cpython-310.pyc
app.py
app.pyc
database.py
database.pyc
models.py
models.pyc
mydb.db
requirements.txt
InsecureBankv2.apk
notes for local data storage vulnerabilities.txt
22 - Exported application component vulnerabilities
001 Exported application component vulnerabilities.mp4
001 Exported application component vulnerabilities_en.vtt
40425208-exported-activities-notes.txt
23 - Insecure logging vulnerability
001 Insecure logging vulnerability.mp4
001 Insecure logging vulnerability_en.vtt
40425232-insecure-logging-notes.txt
24 - Bypassing root detection using objection
001 Bypassing root detection using objection.mp4
001 Bypassing root detection using objection_en.vtt
002 Running Frida scripts after objection root bypass.mp4
002 Running Frida scripts after objection root bypass_en.vtt
25 - Resources for further study
001 Bonus Lecture.mp4
001 Bonus Lecture_en.vtt
40425306-useful-resources-2020-feb.pdf
Bonus Resources.txt
tracker
leech seedsTorrent description
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [ DevCourseWeb com ] Udemy - Reverse Engineering Frida for Beginners Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.
related torrents
Torrent name
health leech seeds Size





