-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8041ab
commit 4c7d1aa
Showing
13 changed files
with
49 additions
and
16 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
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
Submodule asl-translator
updated
39 files
Submodule crucible
updated
3924 files
Submodule dismantle
updated
from 48433e to 1599d9
Submodule flexdis86
updated
18 files
+2 −2 | .github/workflows/ci.yaml | |
+0 −103 | cabal.project.ghc-8.10.7.freeze | |
+43 −45 | cabal.project.ghc-9.2.8.freeze | |
+55 −58 | cabal.project.ghc-9.4.5.freeze | |
+98 −0 | cabal.project.ghc-9.6.2.freeze | |
+78 −58 | data/optable.xml | |
+1 −1 | deps/elf-edit | |
+8 −14 | flexdis86.cabal | |
+2 −0 | src/Flexdis86/Assembler.hs | |
+634 −196 | src/Flexdis86/Disassembler.hs | |
+87 −92 | src/Flexdis86/InstructionSet.hs | |
+14 −3 | src/Flexdis86/OpTable.hs | |
+16 −9 | src/Flexdis86/Prefixes.hs | |
+22 −1 | src/Flexdis86/Register.hs | |
+7 −1 | src/Flexdis86/Relocation.hs | |
+7 −1 | src/Flexdis86/Segment.hs | |
+1 −0 | tests/Roundtrip.hs | |
+3 −2 | utils/DumpInstr.hs |
Submodule llvm-pretty
updated
from 64d43d to 94e384
Submodule macaw
updated
from 7d93e7 to ddea30
Submodule macaw-loader
updated
21 files
+18 −9 | .github/workflows/ci.yaml | |
+2 −1 | .gitignore | |
+6 −3 | .gitmodules | |
+3 −2 | cabal.project.dist | |
+13 −3 | macaw-loader-aarch32/src/Data/Macaw/BinaryLoader/AArch32.hs | |
+14 −3 | macaw-loader-ppc/src/Data/Macaw/BinaryLoader/PPC.hs | |
+13 −3 | macaw-loader-x86/src/Data/Macaw/BinaryLoader/X86.hs | |
+1 −0 | macaw-loader/src/Data/Macaw/BinaryLoader.hs | |
+1 −1 | submodules/asl-translator | |
+1 −1 | submodules/crucible | |
+1 −1 | submodules/dismantle | |
+1 −1 | submodules/dwarf | |
+1 −1 | submodules/elf-edit | |
+1 −1 | submodules/flexdis86 | |
+1 −0 | submodules/llvm-pretty | |
+1 −0 | submodules/llvm-pretty-bc-parser | |
+1 −1 | submodules/macaw | |
+1 −1 | submodules/parameterized-utils | |
+1 −1 | submodules/semmc | |
+1 −1 | submodules/what4 | |
+0 −1 | submodules/what4-serialize |
Submodule parameterized-utils
updated
15 files
Submodule semmc
updated
48 files
Submodule what4
updated
65 files
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