-
Currently, some variables are detected as `long long` even when their stack size is actually is 4 bytes (x86_64). It doesn't happen *often* but sometimes. We should fix types autodetection to fit atom…
-
**Environment information**
* Operating System: linuxmint 20.1
* Cutter version: 1.12.0
* File format: elf64
* Arch: x86
* Type: EXEC (Executable file)
**Describe the bug**
Ghidra does not re…
-
### Work environment
| Questions | Answers
|------------------------------------------------------|--------------------
| OS/arch/bits (mandatory) …
-
Trying to use the ghidra plugin from pwndbg I get:
radare2 plugin r2ghidra must be installed and available from r2
or
I went on a long search and finally came close to the issue:
pwndbg> py…
0zing updated
2 years ago
-
## Environment
```
Thu May 13 09:11:15 PM CEST 2021
radare2 5.2.1 0 @ linux-x86-64 git.5.2.1
commit: unknown build: 2021-04-26__23:00:17
Linux x86_64
```
## Description
I expect radare2 …
-
The idea for this is to be able to generate search patterns out of a format string, knowing a struct definition we want to know how that will look in binary form to search that pattern.
For example…
-
BinNavi was open-sourced recently. We should have a flag for radare2 to output a format compatible with the BinNavi format. Even though BinExport is not open sourced, there are multiple public impleme…
-
Hello,
I want to extract mnemonics from binaries (malware) using Radar2 using the disassembly option.
However, I want to extract mnemonics like they should be executed (control flow execution…
-
## Description
The output of radare2. Attention to address 0x08048436
```
│ 0x080483ff e832000000 call 0x8048436 ; int main(int argc, char **argv, char **envp)
│ …
-
See if value passed to a function is computed or constant. Also, identify how it is used and all the calls to the given function so we can infer those constant values in a better form.
cc @oddcoder