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

exploitation

Here are 365 public repositories matching this topic...

rizin
XVilka
XVilka commented May 31, 2021

We have 3 similar functions:

  • strdup() from libc
  • rz_str_dup()
  • rz_str_new()

Some places use strdup() directly, while some - either rz_str_dup() or rz_str_new(). We should decide which one to choose and stick to the one, I think.

// Returns a new heap-allocated copy of str.
// XXX what's the diff with rz_str_dup ?
RZ_API char *rz_str_new(const char *str) {
    retu

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