-
Im on Linux mint 20.3
heres the error
/home/gavin/nvlax/src/lax_encode.cc: In function ‘void patch_linux(LIEF::ELF::Binary*)’:
/home/gavin/nvlax/src/lax_encode.cc:45:78: error: request for me…
-
**Is your feature request related to a problem? Please describe.**
I tried to implement your second TODO inside of vm_enter.cpp:
// TODO: for instruction obfuscation, for operands that use MEM, manu…
-
Hi,
Compiled latest shadPS4 commit 20e83b4 on Linux (OpenSUSE Tumbleweed). User interface works,
but trying to launch "OpenOrbis HelloWorld Sample" or "OpenOrbis Graphics Sample" it crashes with:
…
-
Hi I was wondering whether you'd accept a patch that gets Process Watch working on Arm, specifically targeting aarch64?
I have a patch ready to go but wanted to first check whether it's something …
-
It would be cool if ZydisDisassembledInstruction could also tell if the instruction is a jump one, this would help on exception handlers to continue a forced execution by understanding the context and…
-
I had a previous post regarding this - https://github.com/moonlight-stream/moonlight-qt/issues/116
but that seemed to go off topic to discussing mouse acceleration/mouse input.
What I'm wonder…
-
### Acknowledgements
- [X] I have [searched](https://github.com/open-goal/jak-project/issues?q=is%3Aissue+is%3Aopen+label%3Abug+label%3Ajak1+sort%3Aupdated-desc+) for duplicate or closed bug reports
…
-
Hello, developers!
I faced a strange bug...
On my laptop (CPU Intel i5-8250U, GPU Intel HD 620) the debugger operates very slowly with some programs (sometimes it is fast, sometimes it is extremely …
-
Hello,I am trying to incorporate zasm into my project and I found that I have to include headers and link libraries not only zasm part but also Zydis.lib and its headers to make it compile?Is that ok…
-
就目前sdk提供的场景,附加进程应该是最少代码量即可实现,如果是装载exe dll,sys我不知道hyperdbg是否具有类似沙箱模型那种执行加载驱动的功能。
附加的方式对我来说可用场景太少,更多的是需要装载exe,dll,sys等模拟运行时然后执行的场景,这种方式能勾住更多的api和最佳hook时机。
然而目前sdk和驱动提供了中断控制,比如对调试寄存器控制实现断点,堆栈访问等等,这些都是在…