-
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,834 public repositories matching this topic...
-
Updated
Nov 19, 2021 - C++
-
Updated
Nov 19, 2021 - Java
-
Updated
Nov 18, 2021 - C++
-
Updated
Sep 29, 2021
There is rz_cons_html_filter() call in src/core/Cutter.cpp that has output depending on the internal state of the RzCons. It should be substituted with reading the JSON output from rz_core_print_disasm_json() instead.
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
Nov 19, 2021 - Assembly
-
Updated
Aug 20, 2021 - Objective-C
-
Updated
Nov 19, 2021 - C
-
Updated
Nov 3, 2021 - JavaScript
-
Updated
Mar 26, 2021
-
Updated
Nov 16, 2021 - Python
-
Updated
Nov 15, 2021
Tl;dr: Use the workaround from https://github.com/pwndbg/pwndbg/pull/322/files only for broken gdb versions
-
Updated
May 23, 2021 - Java
-
Updated
Aug 19, 2021 - Objective-C
-
Updated
Nov 11, 2021 - Python
-
Updated
Nov 4, 2021 - Swift
Describe the bug
Any call to
Desktop.browse(...)freezes Recaf on Linux machines with GNOME
To Reproduce
- Say "yes" to opening the documentation
- Help > System info > open recaf directory
The Solution
From: https://stackoverflow.com/questions/23176624/javafx-freeze-on-desktop-openfile-desktop-browseuri
if( Desktop.isDesktopSupported() )
{
new T-
Updated
Oct 23, 2021 - PowerShell
-
Updated
Aug 31, 2021 - Python
-
Updated
Sep 1, 2021
-
Updated
Nov 6, 2021 - Assembly
-
Updated
Nov 4, 2021 - Python
-
Updated
Nov 19, 2021 - JavaScript
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