Results 31 comments of Alan Li

@disconnect3d Hi, sorry to be replying so late. I'm trying to implement the unit test for x86 and x64 now, but I didn't have experience in writing unit tests, so...

> pre-2.30 `count` fields I didn't notice that GLIBC < 2.30 is using `char counts[TCACHE_MAX_BINS];` instead of `uint16_t counts[TCACHE_MAX_BINS];`, thank you for pointing it out again 🙏 I'll fix it....

As I mentioned before, I'm not adding support to arm32 and aarch64 in my PR yet 😢, so I'm not sure about qemu-user is sufficient or not. After I have...

> Hmm do we have then some guard code against other architectures than x86/x64? No, we don't have it. I try to add them in https://github.com/pwndbg/pwndbg/pull/1029/commits/d924d988be9a0b85ea4f21431ac6e4d245f68a88 now.

I add support to arm32 and aarch64 in https://github.com/pwndbg/pwndbg/pull/1029/commits/8b5d15e2f16b7058b1d71a4bcbe7d1324a2fa840 now. But still have some problems: * I didn't test it on many GLIBC versions because it's a little bit difficult...

No problem, I'll take a look! But I'm a little bit busy this week, I'll reply to those at the night of my time zone(here are 6 am on Monday...

> Excuse me, can you share which six characters? I'm interested in it @lexsd6 You can use `([^.])` to do it. https://github.com/lebr0nli/PHPFun (Ideas and code are inspired and based on...

> How can we deal with it? 🤐 There are **no** symbols here as libc has them stripped If there are no symbols, is it possible to recover them without...

> @lebr0nli what's the state of this after #1075? @disconnect3d, I think for the error you saw at the beginning, it's fixed, but not because of #1075, I guess it's...

@disconnect3d, btw you can use this branch: https://github.com/lebr0nli/pwndbg/tree/qemu-vmmap-locally to check whether heap heuristics works or not for this case more easily. After `set resolve-qemu-vmmap-locally on` and using your patched QEMU...