Installing Ghidra 10 on Windows 10

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • Ghidra 10 is officially released! Let's install NSA-CSS's Ghidra 10 onto Windows 10!
    0:00 Intro
    0:20 Presentation
    1:21 Install Ghidra 10
    2:58 Install Java Runtime
    4:08 Install Java Development Kit
    6:21 Launch Ghidra
    7:53 Configure Windows Defender
    9:14 Download maldev.exe
    11:28 Configure Network Adapter
    12:40 Reverse Engineer maldev.exe
    16:20 Summary
    16:49 Outro
  • Věda a technologie

Komentáře • 26

  • @michaelmebratu2921
    @michaelmebratu2921 Před 2 lety +1

    Amazing 👏

  • @0xp4ul
    @0xp4ul Před 3 lety +1

    ❤️🔥🔥🔥

  • @mytechnotalent
    @mytechnotalent Před 2 lety

    Have you considered a video on using the GDB debugger with Ghidra to do dynamic analysis? Is it possible to work on Windows as well?

  • @BryceChudomelka
    @BryceChudomelka Před 3 lety +1

    Can we view the memory and bytes stored in memory to better understand buffer overflows? For instance, how can we change the return value of a function call with a buffer overflow in Ghidra?

    • @stryker2k2
      @stryker2k2  Před 3 lety +1

      Bryce! Historically, you could not do that with Ghidra... until now. Ghidra 10 now has an integrated debugger so we can now do that!
      Once I feel comfortable with it, I will make a video on how to use the Ghidra Decompiler and how to perform a buffer overflow :)

  • @deeputhomas9887
    @deeputhomas9887 Před 3 lety +1

    Whats the point of disabling networking while doing static analysis?

    • @stryker2k2
      @stryker2k2  Před 3 lety +2

      I always disable the networking while doing any analysis; it is now just muscle memory.
      But, the big reason why I put it in this video is just in case a viewer decided to not rename the *.exe to *.xxx and accidently double click on it. Yes, maldev.exe is toothless but I want to engrain security in layers in the viewers' mind in case they do decide to "statically analyze" a dangerous malware and accidently execute it.

  • @gerdii551
    @gerdii551 Před 2 lety

    for me it says enter directory and when I do it it says "failed to find supported jdk" even tho I have it installed

    • @stryker2k2
      @stryker2k2  Před 2 lety +1

      Try "Amazon Coretto" instead. Java JDK has been giving people issues... to include myself on subsequent installations. Coretto is Amazon's own flavor of Java and it works really well.

    • @gerdii551
      @gerdii551 Před 2 lety +1

      @@stryker2k2 perfect that worked. thanks for helping and for the fast reply

  • @polinimalossi8404
    @polinimalossi8404 Před rokem +1

    but you can make the same video with the imusic aimersoft program?

    • @stryker2k2
      @stryker2k2  Před rokem

      "make the same video with iMusic"... so, like... a "How to Install iMusic" video?

    • @polinimalossi8404
      @polinimalossi8404 Před rokem +1

      @@stryker2k2 I don't need it anymore for now thank you very much and have a good day carlo

  • @user-lb4ew7gr2j
    @user-lb4ew7gr2j Před rokem +1

    useful

    • @stryker2k2
      @stryker2k2  Před rokem

      Thanks a ton! I just posted a new Ghidra video today to compliment this one :)

  • @polinimalossi8404
    @polinimalossi8404 Před 2 lety

    if I download the malved file it detects it as a virus if I download it I have tried to disable the firewall and the denfender protection but it blocks it anyway do you know a way to download the file anyway? a thousand thanks

    • @stryker2k2
      @stryker2k2  Před 2 lety

      Window Defender Exclusions support.microsoft.com/en-us/windows/add-an-exclusion-to-windows-security-811816c0-4dfd-af4a-47e4-c301afe13b26

    • @polinimalossi8404
      @polinimalossi8404 Před 2 lety

      @@stryker2k2 I no longer need ghidra as I have found the program and I am no longer interested in the program as I have found the special program all free so I do not see it paying

  • @raycherni5117
    @raycherni5117 Před 3 lety +2

    What about linux? ;)

    • @stryker2k2
      @stryker2k2  Před 3 lety

      What is Linux? Hahaha! 🤣 I'd LOVE to make a video on how to install it on Linux!

  • @did3d523
    @did3d523 Před 7 měsíci +1

    dont work allready prompt .... :-(

    • @stryker2k2
      @stryker2k2  Před 6 měsíci

      What do you mean?

    • @did3d523
      @did3d523 Před 6 měsíci

      allready the proimpt quastion line at start

  • @LukeAvedon
    @LukeAvedon Před 3 lety +2

    I am extremely intimidated by assembly code.

    • @stryker2k2
      @stryker2k2  Před 3 lety +1

      It can be quite overwhelming at first. It takes awhile to get comfortable with it but it does become easier as you go along.