About 50 results
Open links in new tab
  1. Ghidra function parameter and register names - Stack Overflow

    Jan 19, 2025 · Ghidra function parameter and register names Asked 1 year, 1 month ago Modified 2 months ago Viewed 896 times

  2. What does CONCAT15 and CONCAT412 mean in ghidra?

    Oct 4, 2021 · I decompiled a file in ghidra and I sawed a lot of CONCAT+RandomNumber in decompiled file! what does they mean ?

  3. assembly - x86 ASM using Ghidra, understanding decompiler results …

    May 2, 2023 · x86 ASM using Ghidra, understanding decompiler results for an inlined function call Ask Question Asked 2 years, 10 months ago Modified 2 years, 10 months ago

  4. Ghidra : unable to find PDB and Couldn't find type info structure

    May 12, 2020 · I downloaded Ghidra about a week ago(I am new to reverse engineering), I did what the tutorial video from Ghidra official site was showing, I made a simple C++ program to Visual Studio, …

  5. installation - I tried to install ghidra but i struggle with defining ...

    Oct 3, 2024 · Ghidra appears to be looking for 777 perms or rwxrwxrwx for the directories. I created /usr/java, sudo chmod 777 and then downloaded the tar to the java directory.

  6. Ghidra: Override type for C++ vTable for Derived Classes (with Base ...

    Dec 16, 2023 · I am new to ghidra and reverse engineering, but i have watched this series text and read text. And encountered following problem with ghidra: When you have a Base class with members …

  7. reverse engineering - how to make Ghidra use a function's complete ...

    Jan 13, 2022 · Unfortunately Ghidra's decompiler makes a total mess while trying to make sense of the function: In particular it creates separate "local_.." int-vars (and then uses a pointer to that var) for …

  8. debugging - How to break in x64dbg from ghidra's corresponding ...

    Jan 18, 2021 · I have x64dbg and ghidra synchronized via ret-sync. I found an interesting point in ghidra: 1800382b1 4d 8b e0 MOV R12,rebitData 1800382b4 48 63 f2 MOVSXD packe...

  9. Newest 'ghidra' Questions - Stack Overflow

    I've just installed Ghidra and tried to debug a sample program to get a taste of it. I've installed Python 3.12 and the redistributed site-packages with it (from \Ghidra\Debug\Debugger-agent-dbgeng\...

  10. How to rebase a program in Ghidra - Stack Overflow

    Dec 28, 2023 · 0 I need to calculate certain offsets of symbols inside a given binary. Finding the symbols is done using a RE tool such as Ghidra. However, the tool sets the addresses according to the …