Chatting with ReVa - An unplanned demo

แชร์
ฝัง

ความคิดเห็น • 14

  • @cyberkaida
    @cyberkaida  19 วันที่ผ่านมา +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 17 วันที่ผ่านมา

    first time hearing of this

  • @happimouser1841
    @happimouser1841 17 วันที่ผ่านมา

    :0 thats soo cooolll :000

  • @daa2622
    @daa2622 19 วันที่ผ่านมา

    coooll

  • @Piceco-zw8jt
    @Piceco-zw8jt 19 วันที่ผ่านมา

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

    • @cyberkaida
      @cyberkaida  19 วันที่ผ่านมา +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!

  • @fenix5fire
    @fenix5fire 20 วันที่ผ่านมา

    Actually looks interesting

    • @cyberkaida
      @cyberkaida  19 วันที่ผ่านมา +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!

  • @takkeshi_dev
    @takkeshi_dev 19 วันที่ผ่านมา +1

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

    • @cyberkaida
      @cyberkaida  19 วันที่ผ่านมา

      ありがとうございます!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 19 วันที่ผ่านมา

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

  • @RazoBeckett.
    @RazoBeckett. 20 วันที่ผ่านมา

    Woh

    • @cyberkaida
      @cyberkaida  19 วันที่ผ่านมา +1

      Thank you! I am glad you are interested!