-
Updated
Aug 8, 2021
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,672 public repositories matching this topic...
-
Updated
Sep 2, 2021 - C++
-
Updated
Sep 2, 2021 - Java
-
Updated
Nov 11, 2020
-
Updated
Sep 1, 2021 - C++
Environment information
- Operating System: Ubuntu 20.04
- Cutter version: 2.0.2
- Obtained from:
- Built from source
- Downloaded release from Cutter website or GitHub
- Distribution repository
- File format: AppImage
Describe the bug
Show Disassembly as preference does not preserve its state.
To Reproduce
Steps to reproduce the behavior:
- Op
Introduce App Attest
App Attest allows your app to attach a hardware-backed assertion as a part of the request. Your server can use assertion to verify the request came from your genuine app, on a genuine Apple device.
https://developer.apple.com/videos/play/wwdc2021/10244/
https://developer.apple.com/documentation/devicecheck/assessing_fraud_risk
https://developer.apple.com/documentation/bundleresources/entit
-
Updated
Sep 2, 2021 - C
-
Updated
Aug 20, 2021 - Objective-C
-
Updated
Sep 2, 2021 - JavaScript
-
Updated
Aug 24, 2021 - C
-
Updated
Mar 26, 2021
-
Updated
Aug 30, 2021
Tl;dr: Use the workaround from https://github.com/pwndbg/pwndbg/pull/322/files only for broken gdb versions
-
Updated
Sep 2, 2021 - Python
-
Updated
May 23, 2021 - Java
-
Updated
Aug 19, 2021 - Objective-C
-
Updated
Sep 1, 2021 - Python
-
Updated
Aug 31, 2021 - Swift
When class/field/member modifier groups are displayed, its a stack of colored shapes.
It would be useful to have on-hover capabilities for these groups to complain the flags enabled in each group.
See AccessFlags for the list of all flags.
It would be u
-
Updated
May 3, 2021 - PowerShell
-
Updated
Aug 31, 2021 - Python
-
Updated
Aug 28, 2021 - Assembly
-
Updated
Sep 1, 2021
-
Updated
Jul 5, 2021 - Python
-
Updated
Oct 23, 2020 - Java
Description
Please describe what are you missing or wanting to be improved
Recently I read a new syntax coloring technique for programing languages. Instead of highlighting grammar, highlight the things you are likely to mistake. So make sure
strcpyandstrncpyare easily distinguishable by their color. It would be cool to apply this to immediate values in assembly and the?command