Jihong Min

Results 6 issues of Jihong Min

I want to make these hooking function pointers to be placed on thread local storage, in order to selectively disable and enable hooking on individual thread. But change definition of...

**Local OS (where xxh is installed):** Xubuntu 22.04 LTS **Destination OS:** Ubuntu Server 22.04 LTS **xxh version:** 0.8.10 **xxh-plugins installed:** xxh-plugin-zsh-ohmyzsh **Steps to Reproduce** 1. run `source xxh.zsh vm-test +I...

This is more like a question other than a issue since this issue is related to the added feature that I'm currently working on, but I don't have any other...

question

`intercept_hook_point_clone_child()` is called only when the child thread is created by `pthread_create()`, but not with `fork()`, although both GLIBC's `fork()` and `pthread_create()` with NPTL uses the same system call, `clone()`....

[Tested environment] AMD 5900X + 128GB RAM ASUS B550 TUF-PLUS Solidigm P44 Pro 2TB (OPAL enabled) With x2apic enable, it gets stuck at cpio loading screen every time. After about...

First of all, [this line](https://github.com/sickcodes/Docker-OSX/blob/master/Dockerfile#L216) (`-vga vmware`) should be edited to something like `-device vmware-svga,vgamem_mb=256` (or less memory). But the problem is, how can I make the `VMwareGfx.kext` to be...