-
Issues like [r2ghidra-dec/76](https://github.com/radareorg/r2ghidra-dec/issues/76) seem to happen all the time. Because r2pm installs packages from git master, and those packages are usually made to b…
imyxh updated
4 years ago
-
When I try to connect another (not from frida-server) r2frida is in waiting for a connection in an infinite loop. For example:
```
r2 frida://connect/10.0.1.1:1234/
```
`Ctrl+c` doesn't work. …
-
**Is your feature request related to a problem? Please describe.**
Currently cutter has a static place for plugins (from comment i read in 1 other issue) so i think it should have something like a …
-
Since you have now plugins for IDA Pro and GHIDRA, what about doing that for [rizin](https://rizin.re)/[Cutter](https://cutter.re) too?
[Rizin](https://github.com/rizinorg/rizin) is a highly-portab…
-
I'm duplicating [this ](https://github.com/rizinorg/rizin-extras/issues/21) issue, since that repo looks a bit desolated.
## Setup
- macOS 13.2 with Apple silicon chip (it has different homebrew…
-
C++, Swift, Rust, Java, Dalvik store argument and return type information in the symbol name using the name mangling specific for each language.
If we extend current demanglers to expose proper int…
-
| Questions | Answers
|------------------------------------------------------|--------------------
| OS/arch/bits (mandatory) |…
-
rep:
beq t0,zero,rep
bne t0,zero,rep
Assembling with rasm2 -a mips|mips.gnu -b 32 the assembled is erroneous. Label 'rep' is not referenced correctly in both cases.
Loading this source …
-
Already up to date.
Install Done For r2frida
./configure
make: ./configure: Command not found
Makefile:1: config.mk: No such file or directory
make: *** [Makefile:148: config.mk] Error 127
ERROR…
-
Allow to set the dependency following something like these rules
```
depends: qwe
depends: qwe < 0.4
depends: qwe 1.4.5
depends: qwe >= 1.5.6
depends: 5.5 > qwe