Chatting with ReVa - An unplanned demo

Поділитися
Вставка
  • Опубліковано 21 сер 2024
  • A quick demo of ReVa the Reverse Engineering Assistant. The program is from a router. I don't really have a goal, just testing with some questions!

КОМЕНТАРІ • 14

  • @cyberkaida
    @cyberkaida  Місяць тому +1

    If you would like to see the code, it is available on Github with the Apache 2.0 license!
    github.com/cyberkaida/reverse-engineering-assistant

  • @1AEGIS
    @1AEGIS Місяць тому

    first time hearing of this

  • @happimouser1841
    @happimouser1841 Місяць тому

    :0 thats soo cooolll :000

  • @takkeshi_dev
    @takkeshi_dev Місяць тому +1

    Looks baller ngl, I'm guessing it's fine-tuned, what is ur base model?

    • @cyberkaida
      @cyberkaida  Місяць тому

      ありがとうございます!It is not fine tuned, this is deep integration with Ghidra. In this video I am using GPT-4o, but ReVa works with Ollama for offline and private use. I have tested with mixtral, also with good results!

    • @takkeshi_dev
      @takkeshi_dev Місяць тому

      @@cyberkaida niceee, good alternative to binary ninja assistant, keep up the good work

  • @fenix5fire
    @fenix5fire Місяць тому

    Actually looks interesting

    • @cyberkaida
      @cyberkaida  Місяць тому +1

      Thank you! I have been working on this about one day a week for the last 10 months, ReVa is quickly becoming ready for harder tasks! It works well for CTF challenges and malware analysis now!

  • @Piceco-zw8jt
    @Piceco-zw8jt Місяць тому

    What are you using to render the chat in the terminal? Just Langchain?

    • @cyberkaida
      @cyberkaida  Місяць тому +1

      This is custom! I built it with rich and prompt-toolkit for the rendering. I use gRPC to communicate between the terminal and the Ghidra extension. I inject hooks into langchain to extract the steps the LLM takes in real time and send those to be rendered over gRPC.
      I am porting to langgraph right now, so the thoughts are not appearing in real time, but I will fix that soon!

  • @daa2622
    @daa2622 Місяць тому

    coooll

  • @RazoBeckett.
    @RazoBeckett. Місяць тому

    Woh

    • @cyberkaida
      @cyberkaida  Місяць тому +1

      Thank you! I am glad you are interested!