Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Hacking | 69,405 | 2 months ago | 27 | cc0-1.0 | ||||||
A collection of various awesome lists for hackers, pentesters and security researchers | ||||||||||
Awesome Hacking Resources | 13,406 | a year ago | 11 | gpl-3.0 | ||||||
A collection of hacking / penetration testing resources to make you better! | ||||||||||
Owasp Mastg | 10,700 | 14 hours ago | 123 | cc-by-sa-4.0 | Python | |||||
The Mobile Application Security Testing Guide (MASTG) is a comprehensive manual for mobile app security testing and reverse engineering. It describes the technical processes for verifying the controls listed in the OWASP Mobile Application Security Verification Standard (MASVS). | ||||||||||
Detect It Easy | 5,539 | 15 hours ago | 35 | mit | JavaScript | |||||
Program for determining types of files for Windows, Linux and MacOS. | ||||||||||
Infosec_reference | 5,071 | 2 months ago | mit | CSS | ||||||
An Information Security Reference That Doesn't Suck; https://rmusser.net/git/admin-2/Infosec_Reference for non-MS Git hosted version. | ||||||||||
Androguard | 4,640 | 76 | 17 | 2 days ago | 15 | June 03, 2017 | 71 | apache-2.0 | Python | |
Reverse engineering and pentesting for Android applications | ||||||||||
Awesome Mobile Security | 2,511 | a month ago | 7 | |||||||
An effort to build a single place for all useful android and iOS security related stuff. All references and tools belong to their respective owners. I'm just maintaining it. | ||||||||||
Emba | 2,035 | 2 days ago | 20 | gpl-3.0 | Shell | |||||
EMBA - The firmware security analyzer | ||||||||||
Androl4b | 1,026 | 4 months ago | 5 | |||||||
A Virtual Machine For Assessing Android applications, Reverse Engineering and Malware Analysis | ||||||||||
Frida Ios Hook | 685 | a month ago | 2 | May 05, 2021 | 3 | mit | JavaScript | |||
A tool that helps you easy trace classes, functions, and modify the return values of methods on iOS platform |
Please see the wiki
... let's start reversing!
Androguard is a full python tool to play with Android files.
Androguard + tools: Anthony Desnos (desnos at t0t0.fr).
DAD (DAD is A Decompiler): Geoffroy Gueguen (geoffroy dot gueguen at gmail dot com)
Find the documentation for master on ReadTheDocs.
There are some (probably broken/outdated) examples and demos in the folders demos and examples.
In alphabetical order
You are using Androguard and are not listed here? Just create a ticket or send us a pull request with your project!
Copyright (C) 2012 - 2023, Anthony Desnos (desnos at t0t0.fr) All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS-IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright (C) 2012 - 2016, Geoffroy Gueguen (geoffroy dot gueguen at gmail dot com) All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS-IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.