vancaho
vancaho
Hi, I am a new guy to use AmziProlog. I found that there is no release for amziprolog on macos 12.1. I read the doc ```https://github.com/AmziLS/AmziProlog/blob/master/devdocs/amzi_build.md```, and run ```make -f...
I found a bug in cpu.py: ``` CPU_SUB_REGISTERS = { # main register name, shift, mask 'al': ('rax', 0, 0xff), 'bl': ('rbx', 0, 0xff), 'cl': ('rcx', 0, 0xff), 'dl': ('rdx',...
Hi, I install panda v1.0 recently and want to use symbolic-trace to analysis a trace of specific process. After recording with panda, I use the following command line to get...
Hi, frinet is an excellent project. I want to start tracing from the first inst of the main binary, then record all the instructions in all modules. How to modify...