Open links in new tab
  1. How do I install Radare2 on Windows? - Stack Overflow

    At this point, I decided to try and use the Windows binary instead. I went to the download page and downloaded the windows binary, then unpacked it into my AppData programs folder. I then opened …

  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 disassembled". I am …

  3. Which RE tool should I choose: Radare vs Ghidra : r/securityCTF - Reddit

    Aug 24, 2019 · If you just need to disassemble a few lines of x86 to complete some basic CTF challenge, use radare2. Otherwise learn to love Ghidra :P As others have said, in an ideal world you …

  4. Why isn't radare2 the standard for reverse engineering, given ... - Reddit

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

  5. 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 mov and the …

  6. 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 me when doing …

  7. Rizin fork from radare2 : r/ReverseEngineering - Reddit

    Dec 8, 2020 · The fork was created by some of the developers who opposed the fortunes changes in radare2. That seems very odd with the weird focus on the code of conduct on the rizin web page. I'm …

  8. 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 debug the …

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

    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 I want to get...

  10. Radare2 - Reddit

    radare2 is an opensource, crossplatform reverse engineering framework.