Malware Analysis - ConfuserEx 2 Deobfuscation with Python and dnlib, BBTok Loader

Поделиться
HTML-код
  • Опубликовано: 19 ноя 2024

Комментарии • 14

  • @VincentDegrave
    @VincentDegrave Месяц назад +1

    Nice video good tech skills on how to.
    Dank u wel!

  • @Bars_Mutlu-qf4gj
    @Bars_Mutlu-qf4gj Месяц назад

    Brooo you are such a legend!!! please keep going! Respects from Germany

  • @opmfa1850
    @opmfa1850 Месяц назад

    excellent as usual. thanx a lot

  • @sachin-tr4nc
    @sachin-tr4nc Месяц назад

    Thanks for the Detail video Kristan sir, Really Informative video with Good Explanation, Appreciate your Hard work making these videos, Best wishes 😊

  • @RazviOverflow
    @RazviOverflow Месяц назад

    Amazing content. Thank you :)

  • @mohammedfouad-m9d
    @mohammedfouad-m9d 17 дней назад

    if it is possible could you make a video on how to write a good malware analysis report in a professional way?

  • @awesomesauce804
    @awesomesauce804 Месяц назад

    @ 21:15 you want to Ctrl + alt + p and then change python interpreter to the version your pip is installing to. If that doesn't work just Ctrl + alt + p and type python and click restart interpreter.

    • @MalwareAnalysisForHedgehogs
      @MalwareAnalysisForHedgehogs  Месяц назад

      Hi, thanks, but I am not sure how this is supposed to help here. You cannot install dnlib with pip.

    • @awesomesauce804
      @awesomesauce804 Месяц назад

      @@MalwareAnalysisForHedgehogs oh sorry haha I missed that it was dnlib -- I just have similar issues all the time. Sorry for the confusion. Great video I learned some things about working with the assemblies from powershell. Thanks for putting out quality content. I was particularly impressed with how well you write functions --- I am quite a lot slower and make more mistakes. Looking forward to seeing more videos!

  • @opmfa1850
    @opmfa1850 18 дней назад

    how can i debug (dynamic analysis) a .net dll file? in x32dbg we use rundll32.exe what can we use in dbspy??

    • @MalwareAnalysisForHedgehogs
      @MalwareAnalysisForHedgehogs  18 дней назад +1

      Load it from PowerShell terminal, then attach dnspy as debugger, then call the export you want to call from PowerShell terminal.

    • @opmfa1850
      @opmfa1850 18 дней назад

      @@MalwareAnalysisForHedgehogs so i attach dnspy to powershell process?

    • @MalwareAnalysisForHedgehogs
      @MalwareAnalysisForHedgehogs  18 дней назад +1

      @@opmfa1850 Yes.
      You can watch the last part here, where I am doing exactly that: ruclips.net/video/wLf_Ln8jupY/видео.htmlsi=egD5PsCCLoxEdkye&t=1299

    • @opmfa1850
      @opmfa1850 17 дней назад

      @@MalwareAnalysisForHedgehogs yet another great tutorial. learned more tricks 🥰