-
Notifications
You must be signed in to change notification settings - Fork 152
Support for running OFRAK on arm64 Linux #562
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
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
34bb457
upgrading angr as it uses the newer packages with prebuilt arm binaries
Jepson2k 33663ae
newer capstone with more arm pre-built binaries
Jepson2k ede6428
gcc10 was phased out for gcc12 in bookworm
Jepson2k fca3fc0
these packages needed newer versions to work with the newer python
Jepson2k 4db5d21
added multi arch versions as they allow x86 binary introspective test…
Jepson2k 9463331
fixing a couple of small bugs and changing some small details to enab…
Jepson2k a66c9b1
I upgrade this and then they just released a new version
Jepson2k cd13de2
Almost 100%...if the bcc toolchain had an arm version or build on arm…
Jepson2k 49f7926
Fix missing newline in Dockerstub
alchzh e74ee56
Update Makefiles with Jacob's suggestion
alchzh a78622b
Add >= version specifier to angr requirement for different python ver…
alchzh 0b0a23f
remove incorrect "shell" in subshell
alchzh 9951881
Add separate configuration files for amd64 and arm64 docker images
alchzh 35c79b4
Look in /etc/ofrak for toolchain.conf
alchzh aa70d01
Copy platform specific Docker toolchain.conf to /etc/ofrak/toolchain.…
alchzh 82c7a54
Revert toolchain.conf to master to avoid breaking existing containers
alchzh 00d431b
Merge branch 'master' into feature/arm-platform-support
whyitfor d0020b9
Revert changes to functional coverage
whyitfor 711b927
Revert M68K changes
whyitfor 4e4bfee
Address MR feedback
whyitfor cd4ca9d
Remove unneded changes
whyitfor ca44d33
Support more arm64 toolchains
whyitfor 19ebf4b
Use one toolchain.conf, standard toolchain directory names
whyitfor 3bb7b1a
Revert erroneous change
whyitfor 82a705b
Update changelogs, adjust typo
whyitfor 31ae654
Break toolchain configs back out based on platform, add default
whyitfor d9bd309
Fix typo, inadvertent change to ofrak_core/Dockerstub
whyitfor 2893f6f
Edit comment
whyitfor 79da6a4
Make toolchain confs explicitly used in Docker; fix typos
whyitfor File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 +1 @@ | ||
| capstone==5.0.0.post1 | ||
| capstone==5.0.3 |
This file contains hidden or 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 hidden or 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 hidden or 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,3 @@ | ||
|
|
||
| CC=gcc | ||
|
|
||
| default: program | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.