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

Update Ghidra HEAD to commit a46009f28 #279

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 22, 2024

  1. Bump Ghidra HEAD commit a46009f28

    Changed files:
    
    ```
    M	Ghidra/Features/Decompiler/src/decompile/cpp/Makefile
    M	Ghidra/Features/Decompiler/src/decompile/cpp/architecture.cc
    A	Ghidra/Features/Decompiler/src/decompile/cpp/constseq.cc
    A	Ghidra/Features/Decompiler/src/decompile/cpp/constseq.hh
    M	Ghidra/Features/Decompiler/src/decompile/cpp/coreaction.cc
    M	Ghidra/Features/Decompiler/src/decompile/cpp/coreaction.hh
    M	Ghidra/Features/Decompiler/src/decompile/cpp/database.cc
    M	Ghidra/Features/Decompiler/src/decompile/cpp/database.hh
    M	Ghidra/Features/Decompiler/src/decompile/cpp/flow.cc
    M	Ghidra/Features/Decompiler/src/decompile/cpp/funcdata.cc
    M	Ghidra/Features/Decompiler/src/decompile/cpp/funcdata.hh
    M	Ghidra/Features/Decompiler/src/decompile/cpp/funcdata_block.cc
    M	Ghidra/Features/Decompiler/src/decompile/cpp/funcdata_varnode.cc
    M	Ghidra/Features/Decompiler/src/decompile/cpp/jumptable.cc
    M	Ghidra/Features/Decompiler/src/decompile/cpp/merge.cc
    M	Ghidra/Features/Decompiler/src/decompile/cpp/op.cc
    M	Ghidra/Features/Decompiler/src/decompile/cpp/op.hh
    M	Ghidra/Features/Decompiler/src/decompile/cpp/printc.cc
    M	Ghidra/Features/Decompiler/src/decompile/cpp/ruleaction.cc
    M	Ghidra/Features/Decompiler/src/decompile/cpp/ruleaction.hh
    M	Ghidra/Features/Decompiler/src/decompile/cpp/sleighbase.cc
    M	Ghidra/Features/Decompiler/src/decompile/cpp/stringmanage.cc
    M	Ghidra/Features/Decompiler/src/decompile/cpp/stringmanage.hh
    M	Ghidra/Features/Decompiler/src/decompile/cpp/subflow.cc
    M	Ghidra/Features/Decompiler/src/decompile/cpp/type.cc
    M	Ghidra/Features/Decompiler/src/decompile/cpp/type.hh
    M	Ghidra/Features/Decompiler/src/decompile/cpp/typeop.cc
    M	Ghidra/Features/Decompiler/src/decompile/cpp/userop.cc
    M	Ghidra/Features/Decompiler/src/decompile/cpp/userop.hh
    M	Ghidra/Features/Decompiler/src/decompile/cpp/variable.cc
    M	Ghidra/Features/Decompiler/src/decompile/cpp/variable.hh
    M	Ghidra/Features/Decompiler/src/decompile/cpp/varmap.cc
    M	Ghidra/Features/Decompiler/src/decompile/cpp/varmap.hh
    A	Ghidra/Features/Decompiler/src/decompile/datatests/stackstring.xml
    M	Ghidra/Processors/68000/data/languages/68000.sinc
    M	Ghidra/Processors/8051/certification.manifest
    A	Ghidra/Processors/8051/data/languages/8051.opinion
    M	Ghidra/Processors/AARCH64/data/languages/AARCH64_win.cspec
    M	Ghidra/Processors/AARCH64/src/main/java/ghidra/app/util/bin/format/elf/relocation/AARCH64_ElfRelocationHandler.java
    M	Ghidra/Processors/ARM/src/main/java/ghidra/app/util/bin/format/elf/relocation/ARM_ElfRelocationHandler.java
    M	Ghidra/Processors/Atmel/ghidra_scripts/CreateAVR8GDTArchiveScript.java
    M	Ghidra/Processors/Atmel/src/main/java/ghidra/app/util/bin/format/elf/relocation/AVR32_ElfRelocationHandler.java
    M	Ghidra/Processors/Atmel/src/main/java/ghidra/app/util/bin/format/elf/relocation/AVR8_ElfRelocationHandler.java
    M	Ghidra/Processors/Loongarch/src/main/java/ghidra/app/util/bin/format/elf/relocation/Loongarch_ElfRelocationHandler.java
    M	Ghidra/Processors/MIPS/src/main/java/ghidra/app/util/bin/format/elf/relocation/MIPS_ElfRelocationHandler.java
    M	Ghidra/Processors/PIC/src/main/java/ghidra/app/util/bin/format/elf/relocation/PIC30_ElfRelocationHandler.java
    M	Ghidra/Processors/PowerPC/src/main/java/ghidra/app/util/bin/format/elf/relocation/PowerPC64_ElfRelocationHandler.java
    M	Ghidra/Processors/PowerPC/src/main/java/ghidra/app/util/bin/format/elf/relocation/PowerPC_ElfRelocationHandler.java
    M	Ghidra/Processors/RISCV/src/main/java/ghidra/app/util/bin/format/elf/relocation/RISCV_ElfRelocationHandler.java
    M	Ghidra/Processors/Sparc/src/main/java/ghidra/app/util/bin/format/elf/relocation/SPARC_ElfRelocationHandler.java
    M	Ghidra/Processors/SuperH4/src/main/java/ghidra/app/util/bin/format/elf/relocation/SH_ElfRelocationHandler.java
    M	Ghidra/Processors/TI_MSP430/src/main/java/ghidra/app/util/bin/format/elf/relocation/MSP430X_ElfRelocationHandler.java
    M	Ghidra/Processors/TI_MSP430/src/main/java/ghidra/app/util/bin/format/elf/relocation/MSP430_ElfRelocationHandler.java
    M	Ghidra/Processors/Xtensa/src/main/java/ghidra/app/util/bin/format/elf/relocation/Xtensa_ElfRelocationHandler.java
    D	Ghidra/Processors/eBPF/src/main/java/ghidra/app/plugin/core/analysis/eBPFAnalyzer.java
    A	Ghidra/Processors/eBPF/src/main/java/ghidra/app/plugin/core/analysis/eBPFHelperDataTypes.java
    A	Ghidra/Processors/eBPF/src/main/java/ghidra/app/plugin/core/analysis/eBPFSyscallAnalyzer.java
    M	Ghidra/Processors/eBPF/src/main/java/ghidra/app/util/bin/format/elf/relocation/eBPF_ElfRelocationHandler.java
    M	Ghidra/Processors/tricore/src/main/java/ghidra/app/util/bin/format/elf/relocation/Tricore_ElfRelocationHandler.java
    M	Ghidra/Processors/x86/data/languages/avx.sinc
    M	Ghidra/Processors/x86/data/languages/avx2.sinc
    M	Ghidra/Processors/x86/data/languages/ia.sinc
    M	Ghidra/Processors/x86/data/languages/lockable.sinc
    M	Ghidra/Processors/x86/data/languages/x86.ldefs
    M	Ghidra/Processors/x86/src/main/java/ghidra/app/util/bin/format/elf/relocation/X86_32_ElfRelocationHandler.java
    M	Ghidra/Processors/x86/src/main/java/ghidra/app/util/bin/format/elf/relocation/X86_64_ElfRelocationContext.java
    M	Ghidra/Processors/x86/src/main/java/ghidra/app/util/bin/format/elf/relocation/X86_64_ElfRelocationHandler.java
    ```
    pgoodman authored and github-actions[bot] committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    cd88658 View commit details
    Browse the repository at this point in the history