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

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

Open
wants to merge 3 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.

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

@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
@AndrewQuijano AndrewQuijano force-pushed the remove-extra-installs branch 2 times, most recently from b88986e to a6ba39b Compare December 18, 2024 19:35
@AndrewQuijano AndrewQuijano changed the title [WIP] Clean up Dockerfile and update loaded to support 64-bits Clean up Dockerfile and update loaded to support 64-bits Dec 22, 2024
@AndrewQuijano AndrewQuijano force-pushed the remove-extra-installs branch 2 times, most recently from ee06710 to b3620b5 Compare December 22, 2024 23:57
@AndrewQuijano AndrewQuijano force-pushed the remove-extra-installs branch 6 times, most recently from 388c373 to d2946c6 Compare January 3, 2025 22:04
@AndrewQuijano AndrewQuijano force-pushed the remove-extra-installs branch from d2946c6 to cc00253 Compare January 3, 2025 22:33
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