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

[WIP] Clean up Dockerfile and update loaded to support 64-bits #1563

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

AndrewQuijano
Copy link
Collaborator

@AndrewQuijano AndrewQuijano commented Dec 10, 2024

Hello,
I figure it would be a good idea to remove all duplicate instances of pip install. Note, cffi requires pycparser, so it gets installed for free with cffi.

I will likely save for next PR, but it seems both wheel and apt have the later version of cffi that works, I wonder why it is blowing up when I use apt-get install python3-cffi

Also, I did a little bit of clean up on Dockerfile to use an argument for INSTALL_PREFIX and an easier way to create LD_LIBRARY_PATH using TARGET_LIST

Also, I want to close #1547 with this PR based on work done by Zhenghao (He wrote dwarf2 plugin used in current LAVA version).

https://github.com/HighW4y2H3ll/panda/blob/x64dev/panda/plugins/loaded/loaded.cpp

loaded.cpp.txt

image

@AndrewQuijano AndrewQuijano force-pushed the remove-extra-installs branch 4 times, most recently from 49fb311 to ade6a46 Compare December 10, 2024 23:14
@AndrewQuijano AndrewQuijano changed the title Remove Duplicate pip installs Clean up Dockerfile Dec 14, 2024
@AndrewQuijano AndrewQuijano force-pushed the remove-extra-installs branch 6 times, most recently from 2498326 to ffde8fe Compare December 14, 2024 14:18
@AndrewQuijano AndrewQuijano changed the title Clean up Dockerfile Clean up Dockerfile and update loaded to support 64-bits Dec 14, 2024
@AndrewQuijano AndrewQuijano changed the title Clean up Dockerfile and update loaded to support 64-bits [WIP] Clean up Dockerfile and update loaded to support 64-bits Dec 17, 2024
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

Successfully merging this pull request may close these issues.

loaded plugin not supported for x86-64
1 participant