-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about setup test vm. #61
Comments
The win7 VM is created using a packer template. Read closely the README. |
Read the error messages. Have you installed the |
For the question exists in the first picture i uploaded,did it means i should install libvmi and then i can run ./main.py --nobackend win7? |
the In the first picture you uploaded, the error state that CFFI tried to compile the libvmi wrapper, but you were lacking a compiler, gcc for example. |
@bigbigbanana please to try google and search by yourself. |
Windows has 2 main SSDT : the NT and the win32k syscall tables. |
Install docopt from your package manager. It's available in your distro. Also nitro is python3 but you are using pip2 not pip3 here |
You need docopt for python2 also. Nitro is calling a symbols.py python2 with subprocess which imports docopt. |
|
You have installed the python3 release of Rekall. |
Reason we have not switched to Rekall python3 is that the latest official release contains some bugs that are only fixed in the upstream git repository. |
@Wenzel |
Just post-process the JSON with Python. |
Hello,i want to get sin_port and ip_addr of connect syscall,i use libvmi.read32(the base addr of struct sockaddr_in+offset of sin_port,pid),but i got wrong results.Is this method wrong? |
Sorry about hijack other people's issue,i just want to know can i use virt-manager to create win7 test vm or use qemu-img and virt-install orders?
The text was updated successfully, but these errors were encountered: