Fadhil Mandaga

Results 12 comments of Fadhil Mandaga

thanks, I just want to tell what is this, I hope I have more free time to do so. To be brief, I just still learning how to use dynamorio....

Ok @yoava333, I've added a license.

Hi @DZKeeper, sorry for late reply, currently I don't have time to inspect it but yes 1033 is Locale ID for English United States (Default English Locale ID). And in...

thanks @wtdcode for directing to this. I try this patch for issue #1041, this patch fixes the write hook, but not for the read hook.

`IA3dListener__2` is `IA3dListener::Release`, and `IA3d4__2` is `IA3d4::Release`. I think it may use the stub to avoid the `assert(false)`. ```diff diff --git a/com/a3d.c b/com/a3d.c index 5cdf154..375581e 100644 --- a/com/a3d.c +++ b/com/a3d.c...

Which version? I try to compare with: `20230906` running well. `20231007` glithces until recent version. Android Samsung S10+

Hi @MrNasro , it seems the codes in `/ext` is still empty. Didyou checkout also the submodule? for already checkoutign this repository you can do: `git submodule update --init`

In my case I got: ``` ERROR: "/Applications/Xcode-15.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc" cannot build an executable (is your linker broken?) ``` I found that this by commenting this line it will success! https://github.com/unicorn-engine/unicorn/blob/d4b92485b1a228fb003e1218e42f6c778c655809/CMakeLists.txt#L314 Could...

After I investigated, the `qemu/cofigure` missing `-isysroot` flags that needed by **apple clang** if only invoked outside `/usr/bin`. So there are two places for **clang**: `/usr/bin/cc` and `/Applications/Xcode-15.1.0.app/.../usr/bin/cc`. The 1st...

what is qhhvm? but that was for long running script on CLI? how about the script when running on server, it is same or not?