RocketDev

Results 51 comments of RocketDev

That's right. Consider adding an "explicit flag", set it only when user explicitly set `context.bits` by method. When switching `context.arch`, set property directly, so that the flag won't be modified.

I tested my Xiaomi and it didn't print any chinese characters. It seems that the `ro.build.date` field depends on the system which built your android system. I notice that `ro.build.date.utc`...

> Hi there, here comes noob. > > Does this mean we have no option other than below? > > 1. check vmmap to get heap area address > 2....

Here is the commit: [bminor/glibc:25d379](https://github.com/bminor/glibc/commit/25d37948c9f3f483d63302b9967b975d3bd74a4e) Now glibc initialize ptmalloc on startup, so I guess we could adopt @disconnect3d's idea: check libc is glibc and version later than 2.41, then check...

Holy cr4p, it seems that the tcache system has some great changes since glibc 2.42. The screenshot below is the first chunk on heap, allocated before the first malloc request.

Will Ubuntu:26.04 lock glibc to 2.43? Since its feature freezing time is close to glibc 2.43 release.

Wow, it seems that I didn't see such a issue and opened another pull request to implement `overlap` in #2647 . Actually I appreciate your exploration on `from_bytes`, but as...

@pcmoore Waiting to hear your decision