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 ba0b42dc8 #158

Closed
wants to merge 3 commits into from

Commits on Jan 21, 2023

  1. Bump Ghidra HEAD commit ba0b42dc8

    Changed files:
    
    ```
    M	Ghidra/Features/Decompiler/src/decompile/cpp/architecture.cc
    M	Ghidra/Features/Decompiler/src/decompile/cpp/capability.hh
    M	Ghidra/Features/Decompiler/src/decompile/cpp/consolemain.cc
    M	Ghidra/Features/Decompiler/src/decompile/cpp/error.hh
    M	Ghidra/Features/Decompiler/src/decompile/cpp/filemanage.hh
    M	Ghidra/Features/Decompiler/src/decompile/cpp/float.cc
    M	Ghidra/Features/Decompiler/src/decompile/cpp/ghidra_process.hh
    M	Ghidra/Features/Decompiler/src/decompile/cpp/interface.hh
    M	Ghidra/Features/Decompiler/src/decompile/cpp/marshal.hh
    M	Ghidra/Features/Decompiler/src/decompile/cpp/opcodes.hh
    M	Ghidra/Features/Decompiler/src/decompile/cpp/partmap.hh
    M	Ghidra/Features/Decompiler/src/decompile/cpp/slgh_compile.hh
    M	Ghidra/Features/Decompiler/src/decompile/cpp/slghsymbol.cc
    M	Ghidra/Features/Decompiler/src/decompile/cpp/test.cc
    M	Ghidra/Features/Decompiler/src/decompile/cpp/test.hh
    M	Ghidra/Features/Decompiler/src/decompile/cpp/testfunction.cc
    M	Ghidra/Features/Decompiler/src/decompile/cpp/testfunction.hh
    M	Ghidra/Features/Decompiler/src/decompile/cpp/typeop.cc
    M	Ghidra/Features/Decompiler/src/decompile/cpp/xml.hh
    M	Ghidra/Features/Decompiler/src/decompile/unittests/testfloatemu.cc
    M	Ghidra/Processors/ARM/src/main/java/ghidra/app/util/bin/format/elf/relocation/ARM_ElfRelocationContext.java
    M	Ghidra/Processors/ARM/src/main/java/ghidra/app/util/bin/format/elf/relocation/ARM_ElfRelocationHandler.java
    M	Ghidra/Processors/MC6800/data/languages/6x09.sinc
    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_ElfRelocationContext.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/extend/PowerPC_ElfExtension.java
    M	Ghidra/Processors/PowerPC/src/main/java/ghidra/app/util/bin/format/elf/relocation/PowerPC_ElfRelocationHandler.java
    M	Ghidra/Processors/Toy/certification.manifest
    M	Ghidra/Processors/Toy/data/languages/toy.pspec
    M	Ghidra/Processors/x86/data/languages/ia.sinc
    M	Ghidra/Processors/x86/src/main/java/ghidra/app/util/bin/format/elf/relocation/X86_32_ElfRelocationHandler.java
    A	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
    ```
    ekilmer committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    ca1e2e6 View commit details
    Browse the repository at this point in the history
  2. Remove 'using namespace std;' patch

    Fix was committed by upstream!
    ekilmer committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    e0b9393 View commit details
    Browse the repository at this point in the history
  3. Add additional patches after removal of 'using namespace std;'

    * patch for missing 'std::*' symbols in sleighexample.cc
    
    * patch for missing 'limits' header in float.cc
    
    * Regenerate patches
    ekilmer committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    04a0bd0 View commit details
    Browse the repository at this point in the history