.NET Decompilation Tools Show & Tell (PowerUp)

Поділитися
Вставка
  • Опубліковано 8 вер 2024

КОМЕНТАРІ • 20

  • @LevelUppp
    @LevelUppp  2 роки тому +9

    Would you like to see another video about PowerUp, how it's designed, architected, and codded?

    • @maaadkat
      @maaadkat Рік тому +1

      The code looks good. It's a shame this project didn't take off more when you first posted it.
      I'd like to see a version that disassembles a whole assembly, rather than just a single file. That would be more useful where I have a larger project with dependencies on other classes. I understand that would likely be much more difficult, though. Full-fat Visual Studio (including Community AFAIK) has an ASM display, a feature which I'm sad is missing from JetBrains Rider.

    • @LevelUppp
      @LevelUppp  Рік тому +1

      @@maaadkat It can be done, but the tool was not built for this purpose; Dissasembling the entire thing might have many edge cases where things would not disassemble correctly, but I bet I could get it to a reasonable level with some work.

    • @maaadkat
      @maaadkat Рік тому

      @@LevelUppp I might have time to help with coding if that would be useful, and I can probably help with arranging JB licenses if you wanted to go that way.

  • @NullReferenceExcepti0n
    @NullReferenceExcepti0n 2 роки тому

    Super, jeszcze szczeke zbieram z klawiatury! Dobry pomysl!

  • @jacobslusser4232
    @jacobslusser4232 2 роки тому

    So awesome!

  • @FastFSharp
    @FastFSharp 2 роки тому

    I am so excited for this tool! I really hope that we get a version which supports F# 😀

  • @IBITZEE
    @IBITZEE 2 роки тому

    wow... such a good info tool...

  • @budiardjo6610
    @budiardjo6610 3 місяці тому

    wow, it is really powerfull.

  • @lexxxxx731
    @lexxxxx731 2 роки тому

    Awesome stuff, thanks!

  • @encapsulatio
    @encapsulatio 2 роки тому

    Is there any course or book you're aware of that teaches well and in depth data oriented design/development?

  • @CHITRANSHSHARMA
    @CHITRANSHSHARMA 2 роки тому

    Any thoughts on Using Graphic card for computing threads?

  • @CHITRANSHSHARMA
    @CHITRANSHSHARMA 2 роки тому

    What are your thoughts on Game Engine as Ui Layer for apps?

    • @LevelUppp
      @LevelUppp  2 роки тому

      I have experimented with this idea in the past, not engines but rendering frameworks like Mono Game, and it seemed like a cool idea since you could potentially do incredible things with your custom UI.

  • @getalltheinfo5568
    @getalltheinfo5568 2 роки тому

    Is the title decompilation really fitting? For me decompilation is given some compiled code, reverse engineer the source code (e.g
    ILSpy or dotPeek). Your vsCode extension seems to be about compiling and augmenting assembler code. Which is cool, but not decompilation.

    • @LevelUppp
      @LevelUppp  2 роки тому +1

      It's compiling the code and decompiling it to IL and X86 same as SharpLab.

  • @JeanDavidMoisan
    @JeanDavidMoisan 2 роки тому +1

    First!

    • @LevelUppp
      @LevelUppp  2 роки тому +1

      You have a cool channel, subbed

    • @JeanDavidMoisan
      @JeanDavidMoisan 2 роки тому +1

      @@LevelUppp awesome! :3 my code is the opposite of what you teach, your eyes might bleed!

  • @CHITRANSHSHARMA
    @CHITRANSHSHARMA 2 роки тому +1

    Second