Skip to content
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

COSI examples don't work #1420

Open
AndrewFasano opened this issue Jan 18, 2024 · 1 comment
Open

COSI examples don't work #1420

AndrewFasano opened this issue Jan 18, 2024 · 1 comment
Assignees

Comments

@AndrewFasano
Copy link
Member

I tried running the COSI process example script and it didn't work. Hoping to get some help from @jamcleod

In the PANDA docker container I got an error that the following URL was not found, not it has json.xz at the end twice

https://panda.re/volatility3_profiles/ubuntu:4.15.0-72-generic:64.json.xz.json.xz

Outside of Docker where I have panda set up I got a different error:

PANDA[core]:E:callbacks.c(try_open_libpanda)> PANDA[core]:Failed to load libpanda: /usr/local/bin//x86_64-softmmu/libpanda-x86_64.so: cannot open shared object file: No such file or directory from /usr/local/bin//x86_64-softmmu/libpanda-x86_64.so
PANDA[core]:E:callbacks.c(_panda_require)> PANDA[core]:FAILED to load required plugin cosi from /usr/local/lib/panda/x86_64/panda_cosi.so

@AndrewFasano
Copy link
Member Author

The first issue seems to change if I update the python script to change the profile name to not include the .json.xz

panda.load_plugin("cosi", { "profile": "ubuntu:4.15.0-72-generic:64" })

Then I get this output:

Given symbol table not found, attempting to download...
Grabbing file from: https://panda.re/volatility3_profiles/ubuntu:4.15.0-72-generic:64.json.xz
OK
Downloaded!
PANDA[syscalls2]:using profile for linux x64 64-bit
python3: panda/plugins/hw_proc_id/hw_proc_id_ext.h:24: target_ulong get_id(CPUState*): Assertion `__get_id' failed.
Aborted (core dumped)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants