You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ improved alias formatting (max column size)
+ added new comments in template
+ integrated vagd info in template
+ added fail safe vagd info (no .comment section)
I recommend using [pwndbg](https://github.com/pwndbg/pwndbg).
@@ -127,10 +154,11 @@ Using gdbserver and gdb to index libraries can be very slow. Therefore an experi
127
154
128
155
## Future plans
129
156
130
-
### pre configured QEMU Images / Docker Image
157
+
### Better Docker integration
131
158
132
-
created pre configured environments with preinstalled lib debug symbols and gdbserver to lower init runtime.
159
+
- migrate away from ssh (attach from host) to get lower latency
160
+
- additionally virtualize containers (Qemu) in order to change the used kernel.
133
161
134
-
### Better Docker integration
162
+
### Qemu user
135
163
136
-
created a Docker integration that allows loading existing Dockerfiles (maybe docker-compose), also add a feature that additionally visualizes (Qemu) them to change the used kernel.
164
+
-add templates that make use of pwntools qemu-user integration
0 commit comments