Results 8 comments of therealsaumil

Follow up update. This behaviour isn't exhibited on all ARM ELF binaries. For example, here is another binary, where the addresses are accurately displayed. I have been unable to pinpoint...

The correct address for `system()` is `0x9350` as reported by `gdb` . I notice that I had an older build of r2 on my linux environment: darwin-x86-64 git.1.6.0-965-g427fff4 linux-x86-32 git.1.6.0-964-g87dc54a...

@XVilka I tested it with `radare2 2.1.0-git 16423`. The issue still persists.

Issue still persists on `radare2 3.0.0-git 19597` ```nasm $ r2 file.bin -- Error: cannot yank negative sleep [0x00009720]> is~system 022 0x00001330 0x00009330 GLOBAL FUNC 16 imp.system [0x00009720]> ``` The correct...

I have been thinking of creating a second tap device for quite some time. It will require three things: a) Adding another tap device in the container itself. This can...

I'll take you up on that! Meanwhile it does look quite similar to the Netgear R6700v3 that I recently emulated. And it works with `br0` without a second ethernet: ```...

Sounds like a great idea! Let me figure it out. > On 02-Apr-2020, at 11:59, atamax wrote: > > > I would appreciate it if this contained nethogs as it...

I haven't tested it on a Raspberry Pi. The only systems I have tested it on are Linux (x86-64) and macOS (Intel, M1/M2) > On 21-Mar-2023, at 19:50, zhjygit ***@***.***>...