forked from fkie-cad/fact_extractor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switched back from fork to official jefferson repo
- Loading branch information
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,7 @@ | |
'openjdk-14-jdk' | ||
] | ||
}, | ||
# Packages common to all plateforms | ||
# Packages common to all platforms | ||
'common': { | ||
'apt': [ | ||
'libjpeg-dev', | ||
|
@@ -145,19 +145,20 @@ | |
'git+https://github.com/fkie-cad/fact_helper_file.git', | ||
'patool', | ||
'archmage', | ||
# jefferson + deps | ||
'git+https://github.com/sviehb/jefferson.git', | ||
'cstruct==2.1', | ||
'python-lzo', | ||
# binwalk | ||
'git+https://github.com/ReFirmLabs/[email protected]', | ||
'pyqtgraph', | ||
'capstone', | ||
'cstruct==1.8', | ||
'python-lzo', | ||
'numpy', | ||
'scipy', | ||
'git+https://github.com/jrspruitt/[email protected]' # pinned as broken currently | ||
], | ||
'github': [ | ||
('kartone/sasquatch', ['./build.sh']), | ||
('svidovich/jefferson-3', ['sudo python3 setup.py install']), | ||
('rampageX/firmware-mod-kit', ['(cd src && make)', 'cp src/yaffs2utils/unyaffs2 src/untrx src/tpl-tool/src/tpl-tool ../../bin/']) | ||
] | ||
} | ||
|
@@ -175,7 +176,7 @@ def install_dependencies(dependencies): | |
|
||
|
||
def main(distribution): | ||
# removes due to compatibilty reasons | ||
# removes due to compatibility reasons | ||
try: | ||
apt_remove_packages('python-lzma') | ||
pip2_remove_packages('pyliblzma') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters