Skip to content
#

exploitation

Here are 437 public repositories matching this topic...

rizin
dmknght
dmknght commented Feb 20, 2022

Is your feature request related to a problem? Please describe.
There are many const values in default libs have readable names. During programming time, it's easy to understand. For example, I have this code:

#include <unistd.h>
#include <stdio.h>


int main() {
  printf("%d\n", access("/etc/passwd", W_OK));
  return 0;
}

Const values are int. So when Rizin disassembly th

good first issue RzType

Improve this page

Add a description, image, and links to the exploitation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the exploitation topic, visit your repo's landing page and select "manage topics."

Learn more