About 669,000 results
Open links in new tab
  1. How do I install Radare2 on Windows? - Stack Overflow

    I am trying to get Radare2 installed on my Windows machine. I do have Windows Subsystem for Linux up and running if that changes things. I have tried the git technique from their website: …

  2. Radare2 "pd" command - Stack Overflow

    Jun 11, 2020 · I am currently using Radare2 to extract opcodes from PE files. Currently, I am attempting to use the "pd" command which from the API: "pd n @ offset: Print n opcodes …

  3. assembly - ASM pattern search in radare2 - Stack Overflow

    Sep 4, 2020 · I want to perform a search in radare2 for an ASM pattern of the type pop, mov, mov that is three consecutive instructions: the first beginning with pop, the second beginning with …

  4. Ghidra vs IDA vs Cutter vs Radars : r/LiveOverflow - Reddit

    Nov 24, 2020 · Radare2, Ghidra and cutter is what I use for reverse engineering but at times I also use GDB for dynamic analysis since I'm a C nerd. Radare2 seems the ultimate tool for …

  5. Why isn't radare2 the standard for reverse engineering, given

    May 16, 2022 · Why isn't radare2 the standard for reverse engineering, given you can use other tools within it as plugins

  6. radare2: how to pass parameters to debugee? - Stack Overflow

    Sep 14, 2016 · You can pass arguments to radare2 debugged program in several ways. The simplest way is: r2 -d program arg1 arg2 arg3 r2 is an alias for radare2. -d is telling radare2 to …

  7. bash - Trying to XOR for a string in hex using radare2 in a DOS ...

    Sep 22, 2025 · I've tried to build a shell script that iterates through all possible XOR obfuscations of a string within a DOS binary executable, parsed using radare2 in hexadecimal, and find it. …

  8. Which framework should I learn or at least get familiar with first ...

    Feb 19, 2022 · I only use Radare2 for its delightful GUI called Iaito (or you can just install cutter/rizin). Be sure to get familiar with a debugger like gdb, x64dbg or any other of the …

  9. radare2 - how to get value at an address with radare - Stack …

    Dec 3, 2018 · If I'm using radare2, and I run, lets say dr while debugging, it'll print pointers for some of the registers. Lets pretend like esp is resolving to 0x04084308 or something similar. If …

  10. radare2 - Cutter with arm debugging - Stack Overflow

    Jan 17, 2020 · I've been able to run the debugger inside Cutter (radare2) using my native host (x86_64) libraries when reversing a x86 binary. How would I do such a thing when trying to …