-
Updated
Mar 26, 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,365 public repositories matching this topic...
-
Updated
Apr 10, 2021 - C++
-
Updated
Apr 6, 2021 - Java
-
Updated
Nov 11, 2020
-
Updated
Apr 3, 2021 - C++
Use the same scheme as Rizin does. For example, header could look like this:
// SPDX-FileCopyrightText: 2019 Jane Doe <jane@example.com>
// SPDX-License-Identifier: GPL-3.0-or-laterMore at https://reuse.software/faq/#quick-summary
See also rizinorg/rizin#683
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
Feb 12, 2021 - Objective-C
-
Updated
Dec 12, 2020 - JavaScript
-
Updated
Mar 19, 2021 - C
-
Updated
Mar 26, 2021
-
Updated
Apr 10, 2021 - C
-
Updated
Mar 14, 2021
-
Updated
Jan 6, 2021 - Objective-C
-
Updated
Mar 25, 2021 - Java
-
Updated
Apr 11, 2021 - Python
Tl;dr: Use the workaround from https://github.com/pwndbg/pwndbg/pull/322/files only for broken gdb versions
-
Updated
Apr 8, 2021 - Python
-
Updated
May 16, 2020 - Python
-
Updated
Oct 23, 2020 - Java
-
Updated
Nov 29, 2020 - PowerShell
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
Apr 8, 2021 - Assembly
-
Updated
Apr 2, 2021 - Python
-
Updated
Dec 31, 2019
-
Updated
Apr 9, 2021 - Shell


Description
Motivation
When inserting new submaps into a RIOBank, adjusting the boundaries of existing submaps is necessary, to ensure that submaps don't intersect.
Task
Implement r_io_submap_set_from and r_io_submap_set_to in libr/io/io_submap.c on siol_eternal branch: