-
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,653 public repositories matching this topic...
-
Updated
Aug 21, 2021 - C++
-
Updated
Aug 21, 2021 - Java
-
Updated
Nov 11, 2020
-
Updated
Aug 21, 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
Aug 21, 2021 - C
-
Updated
Aug 20, 2021 - Objective-C
-
Updated
Aug 13, 2021 - JavaScript
-
Updated
Aug 19, 2021 - C
-
Updated
Mar 26, 2021
-
Updated
Aug 16, 2021
Tl;dr: Use the workaround from https://github.com/pwndbg/pwndbg/pull/322/files only for broken gdb versions
-
Updated
Aug 22, 2021 - Python
-
Updated
May 23, 2021 - Java
-
Updated
Aug 19, 2021 - Objective-C
-
Updated
Aug 2, 2021 - Python
-
Updated
Aug 6, 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
May 16, 2020 - Python
-
Updated
Aug 1, 2021 - Assembly
-
Updated
Jul 5, 2021 - Python
-
Updated
Dec 31, 2019
-
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
strcpy
andstrncpy
are easily distinguishable by their color. It would be cool to apply this to immediate values in assembly and the?
command