yooo1999

Results 22 issues of yooo1999

### Ask your question The function [getStorageInfo](https://github.com/bropat/eufy-security-client/blob/master/src/http/station.ts#L552) return bytes buffer How can I parse this ? I didn't see any usage of this function.

question

Working with last commit 9d22acc1d769d02aae88f9b343d2043437fca6f2 run gdb-multiarch and then `source gdbinit.py` then I stop with breakpoint and press `c` and I got ``` ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮...

invalid

To save logs to file I use ``` set logging file gdb_log.txt set logging enabled on ``` The problem is that it doesn't save the colors, and colors help to...

help wanted
feature

I can press any address in arena like `arena 0xaabbcc ` even there is no arena there . I think it's possible to check some sanity on some fields like...

feature

I use last commit https://github.com/pwndbg/pwndbg/commit/afa96abfa022052adbf39a430a7f353faac32838 I allocated few heap memory and print each time the `thread_arena` When the memory has been allocated at another arena (maybe because the memory in...

bug
help wanted

[Here](https://github.com/pwndbg/pwndbg/blob/b9c9f12efcec8e5e11c8cd8fcedc69c856d1716a/pwndbg/heap/ptmalloc.py#L1542-L1570) we can see the calculation of `thread_arena` for stripped ARM GLIBC. That code guess the section in `calloc` function looks like: ``` ldr reg1, [pc, #offset] mrc 15, 0,...

Flow chart of a function like func_a->func_b->func_a etc. Thank will br very helpfull

I wrote a very simple code, and attach with frida immediately . When I parse the frida-cov.log I saw that lighthouese color the main function but doesn't color the foo...

I have tried to install plugin directory into IDA8.1 directory in Windows OS: `python install.py --install -d "c:\Program Files\IDA Pro 8.1" ` But I got an error: ``` Installing plugins...

I want to compile frida-server to linux-arm64 (include the bootstrapper.c) because I want to debug that error ( [here](https://github.com/frida/frida-core/blob/4b5fe35b007dee36442c23a13bc0606a806a41af/src/linux/helpers/bootstrapper.c#L174) ) 1)When I tried on raspberry pi the following commands: ```...