The Wayback Machine - https://web.archive.org/web/20210508024949/https://github.com/topics/exploitation
Skip to content
#

exploitation

Here are 357 public repositories matching this topic...

rizin
XVilka
XVilka commented May 7, 2021

To ease the access of corresponding key and array number if available, something like [0].methods[2].flags[0] where first [0] will take first element of the JSON array, then key "methods", which contains an array in turn, then take third element from that array, search for "flags" key, which has an array as a value, and take a first element of that array.

Files to change:

  • `librz/util

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