-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FBI now uses LLVM-11 and now uses JSON instead of Panda Logs.
bug_mining.py is also updated
- Loading branch information
1 parent
69897ec
commit 07ff3fe
Showing
13 changed files
with
245 additions
and
231 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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# ignore IDE and any panda wheel/debian packages | ||
.vscode | ||
.idea | ||
*.deb | ||
*.whl | ||
|
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# lava dependencies, needed to run LAVA |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# lava dependencies, to compile LAVA | ||
|
||
# Based on original setup.py after panda is installed step | ||
# https://installati.one/install-odb-ubuntu-20-04/?expand_article=1 | ||
odb | ||
|
||
# https://installati.one/install-libodbc2-ubuntu-22-04/?expand_article=1 | ||
libodbc2 | ||
|
||
# https://installati.one/install-libodb-pgsql-2.4-ubuntu-20-04/ | ||
libodb-pgsql-dev | ||
|
||
# Brendan noticed these libraries were needed to compile FBI | ||
libodb-pgsql-2.4 | ||
|
||
|
||
# https://pypi.org/project/pyzmq/ | ||
libzmq3-dev | ||
|
||
# libc6 needed for compiling btrace? | ||
|
||
# libjsoncpp needed for fbi json parsing? | ||
|
||
# I may need g++-10? |
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 |
---|---|---|
@@ -1,10 +1,13 @@ | ||
SQLAlchemy==2.0.25 | ||
pyzmq==23.2.1 | ||
psycopg2-binary==2.9.9 | ||
tabulate==0.9.0 | ||
pexpect>=4.8.0 | ||
psutil==5.9.8 | ||
ipython==7.16.3 | ||
colorama==0.4.6 | ||
numpy==1.22.0 | ||
argparse==1.4.0 | ||
SQLAlchemy==1.0.14 | ||
zmq==0.0.0 | ||
pyzmq==15.2.0 | ||
psycopg2==2.6.1 | ||
lockfile==0.10.2 | ||
tabulate==0.7.5 | ||
pexpect==3.2 | ||
psutil==5.6.6 | ||
ipython==2.3.0 | ||
colorama==0.3.2 | ||
numpy==1.8.2 | ||
argparse==1.2.1 | ||
pandare |
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
This file was deleted.
Oops, something went wrong.
Submodule src
deleted from
ff8825
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
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
Oops, something went wrong.