Skip to content
#

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 3,064 public repositories matching this topic...

MrMendelli
MrMendelli commented Feb 20, 2022

Feature type

Quality of life

Describe the feature

I would like to be able to use relative paths in the launcher settings file to point to x32dbg.exe and x64dbg.exe respectively. I've already tried editing the file manually and assuming my implementation (.\/\//) isn't wrong, the launcher seemingly refuses the use of relative paths.

trufae
trufae commented Mar 16, 2022
  • fix asserts in aor command
  • aor command is not documented in ao? or aor?
  • ao? is not sorted alphabetically
[0x100001060]> aor
WARNING: r_anal_esil_parse: assertion 'esil && R_STR_ISNOTEMPTY (str)' failed (line 3616)
WARNING: r_anal_esil_dumpstack: assertion 'esil' failed (line 1522)
0x100001060
[0x100001060]>
cutter

The Mobile Security Testing Guide (MSTG) is a comprehensive manual for mobile app security testing and reverse engineering. It describes the technical processes for verifying the controls listed in the OWASP Mobile Application Security Verification Standard (MASVS).

  • Updated Mar 11, 2022
  • Python
Recaf