Threw together a curated repo of Android #ReverseEngineering training, tools, and other bits and pieces of content! ๐ค๐ฑ
https://github.com/user1342/Awesome-Android-Reverse-Engineering
| Website | https://JameStevenson.me |
| GitHub | https://GitHub.com/user1342 |
| Cartographer Labs | https://www.jamesstevenson.me/cartographer-labs/ |
| TODO Courses | http://TODO.courses |
| https://twitter.com/_JamesStevenson |
Threw together a curated repo of Android #ReverseEngineering training, tools, and other bits and pieces of content! ๐ค๐ฑ
https://github.com/user1342/Awesome-Android-Reverse-Engineering
Something I've only really covered in passing is SMALI, so recently decided to put together an emulator for SMALI instructions. Lots of edge cases there, but it's quite a handy base. ๐ค๐ฑ
Threw together a curated repo of Android #ReverseEngineering training, tools, and other bits and pieces of content! ๐ค๐ฑ
https://github.com/user1342/Awesome-Android-Reverse-Engineering
Just finishing up Obfu[DE]scate! A #Python tool that simplifies de-obfuscation and comparison between #Android APK versions - even after functions have been renamed, removed, or altered as part of obfuscation.
Obfu[DE]scate is a de-obfuscation tool for Android APKs that uses fuzzy comparison logic to identify similarities between functions, even if they have been renamed as part of obfuscation. It compar...
You too could be learning skills in #ReverseEngineering, #OffensiveSecurity, and #PenetrationTesting right now! ๐ ๐ฅ๏ธ
As it's the holidays I've listed my #Udemy courses and #Android #ReverseEngineering eBook for free! ๐ โ๐ If you're looking to kickoff a career in Android RE in the new year then check it out! ๐๐ฑ
๐ฎ https://www.udemy.com/course/learn-reverse-engineering-through-android-games/?couponCode=HOLIDAY
๐ฆ https://www.udemy.com/course/android-malware-analysis/?couponCode=HOLIDAY
I've been working on a #ReverseEngineering, #VulnerabilityResearch , #PenTesting, and #OffensiveSecurity training platform over the past few months. It's still in the 'MVP' stage so I'd love any feedback folk have for it! ๐งโ๐ป๐ฉโ๐ป๐จโ๐ป
Threw together a #Twitter API tool the other day for identifying someone's exposure to hate speech on the platform.
Bubble.Cartographer.one
Been working on WatchTower over the past few months. ๐ผโ Designed for #Twitter and based off some of my PhD research, it allows for blocking users associated with #HateSpeech, #Extremism, #Violence, and more - and it's backed by several #MachineLearning models. ๐ง๐คโ
Over the weekend I've spun up WatchTower Ivory, a version of WatchTower for 25 of the most popular #Mastodon servers! ๐โ
Continuing with some bits and pieces I've been up to over the past year ๐งตโ๐ปโ
๐ฑโ#Python script for spinning up vulnerable #Android apps: https://github.com/user1342/Broken-Droid-Factory
โข๏ธโ Python script for using #MachineLearning to identify Android #malware: https://github.com/user1342/DroidDetective
๐บโ Python script for automating interactions with Android devices https://github.com/user1342/AutoDroid
๐คโ A #Java implementation of some of the #Google Play Protect tamper detection features. https://github.com/user1342/Tamper
BDF is a Python tool designed to spin-up pseudo random vulnerable Android applications for training when it comes to vulnerability research, ethical hacking, and pen testing on Android apps. - Git...