-
Updated
Oct 1, 2020
Reverse Engineering
The process of analyzing a subject system to identify the system's components and their interrelationships and to create representations of the system in another form or at a higher level of abstraction.
Here are 2,086 public repositories matching this topic...
-
Updated
Sep 28, 2020 - C++
-
Updated
Oct 1, 2020 - Java
-
Updated
Oct 1, 2020
Environment information
- Operating System: Any
- Cutter version: 1.12.0 master ad66718f375b013a3021e531891c71082ee48867
- Obtained from:
- Built from source
- File format: Any
Describe the bug
The "Parsing" tab in the hexdump view should be read-only as it only parses the selected bytes into different formats. Currently, the text box is editable and this can be confusing
Add 8.7 and 8.8 for android and ios: show how you can delay the attacker or report tampering to the backend as a response to a tamper detected
8.7: The app implements multiple mechanisms in each defense category (8.1 to 8.6). Note that resiliency scales with the amount, diversity of the originality of the mechanisms used.
8.8: The detection mechanisms trigger responses of different types, includ
-
Updated
May 14, 2019 - Objective-C
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
Sep 18, 2020 - C
-
Updated
Apr 23, 2019 - Python
-
Updated
Oct 1, 2020 - Java
-
Updated
Jul 27, 2020 - Objective-C
-
Updated
Sep 28, 2020
-
Updated
Sep 18, 2020 - Python
-
Updated
Sep 28, 2020 - Python
Tl;dr: Use the workaround from https://github.com/pwndbg/pwndbg/pull/322/files only for broken gdb versions
-
Updated
May 16, 2020 - Python
-
Updated
Apr 26, 2020 - Java
-
Updated
Sep 26, 2020 - Assembly
-
Updated
Jul 10, 2020 - Python
-
Updated
Sep 3, 2020 - PowerShell
-
Updated
Oct 1, 2020 - Python
-
Updated
Mar 28, 2020
-
Updated
Sep 11, 2020 - Shell
-
Updated
Jul 12, 2020
-
Updated
Dec 31, 2019
-
Updated
Jul 3, 2019 - Objective-C
Is your feature request related to a problem? Please describe.
RParser plugins can be selected with the asm.parser eval variable, but there's no way to know which ones are registered, so its not possible to do autocompletion or listings.
Describe the solution you'd like
Do the same as in e asm.arch=?, but for asm.parser
Also i noticed that asm.bits=? is not working either.