-
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,694 public repositories matching this topic...
-
Updated
Sep 19, 2021 - C++
-
Updated
Sep 19, 2021 - Java
-
Updated
Nov 11, 2020
-
Updated
Sep 19, 2021 - C++
Environment information
- Operating System: Windows 10 Pro x64
- Cutter version: 2.0.2
- Obtained from:
- Built from source
- Downloaded release from Cutter website or GitHub
- Distribution repository
- File format:
Describe the bug
I can't resize the columns of the Strings window. It worked before. When I hover the mouse cursor between to column headings to
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 10, 2021 - C
-
Updated
Aug 20, 2021 - Objective-C
-
Updated
Sep 19, 2021 - JavaScript
-
Updated
Aug 24, 2021 - C
-
Updated
Mar 26, 2021
-
Updated
Sep 20, 2021
Tl;dr: Use the workaround from https://github.com/pwndbg/pwndbg/pull/322/files only for broken gdb versions
-
Updated
Sep 19, 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
Sep 17, 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
strcpy
andstrncpy
are easily distinguishable by their color. It would be cool to apply this to immediate values in assembly and the?
command