avatar2
avatar2 copied to clipboard
Python core of avatar²
Hey, First, thanks for the really cool tool. :) I'm currently trying my hand on it but I kind of struggle with few errors that might either be because I...
This PR aims to ease the workflow between avatar2 and docker as suggested in #102 . It introduces a new image `avatar2-lite` which is similar to the `avatar2` image but...
Dear Sir I saw there is a angr target inside avatar2's publication. But I can't find it anywhere in the source code. How can I connect angr to get symbolic...
Hey! I have found several invalid references to GitHub repos while I was trying to install avatar2. When I try to run `python -m avatar2.installer`, most targets, that are available...
When I try to run `python3 test_pyperipheral.py`, I run into the following problem: 2022-04-19 06:33:03,450 | avatar.INFO | Initialized Avatar. Output directory is /tmp/avatar 2022-04-19 06:33:03,456 | avatar.targets.QemuTarget0.INFO | QEMU...
Hi, I am trying to make a dummy flash controller for an ARM cortex-m3 based MCU that I emulate with QEMU. The goal is to retrieve the different parameters (address,...
Hi there, I tried to enable interrupt and inject interrupt, but the message sent to QMPProocol shows: {"id": 3, "error": {"class": "CommandNotFound", "desc": "The command avatar-armv7m-enable-irq has not been found"}}...
PyPanda's Panda() top-level class by default creates an interactive monitor like `-monitor unix:/tmp/pypanda_mbwril7yr,server,nowait`. I dont believe monitor is not the same as QMP, but a text based protocol There are...
>>> avatar_gdb = AvatarGDBConcreteTarget(avatar2.archs.x86.X86,"127.0.0.1", 1234) CRITICAL | 2021-01-12 07:11:52,893 | avatar.targets.GDBTarget0.GDBProtocol | GDBProtocol was unable to connect to remote target 2021-01-12 07:11:52,893 | avatar.targets.GDBTarget0.GDBProtocol.CRITICAL | GDBProtocol was unable to connect...
Hi, thanks for avatar, it's highly interesting. I was wondering if there would be interest in a feature that lets you generate a core dump in GDB. My use case...