Daniele Linguaglossa
Daniele Linguaglossa
I saw that right now there's no arm support I would like to help you develop this, let me know how can I do that
**Describe the bug** Maybe this bug is pwndbg related and not qiling fault, but still worth to ask, when i use the remote gdb debugging with qiling and I connect...
Hi I have a simple program like this ``` int main() { printf("Hello world"); return 0; } ``` I need to add a call to libc function **signal** so i...
I'm making a wrapper around the go build tool , so basically I made a build command and I need it to accept any flags without having to specify them...
Would be nice if ops could output information like instances and so on in a JSON format this way would be possible to create a web frontend by wrapping the...
Hi i want to create a custom widget , a button with text alignment, but seems like I can't use SetCursor / SetOrigin to start printing at cursor position, what...
Is it possible to map a DLL in another process?
Would be nice to add a switch to tune HTTP engine like how much to sleep between each request , this would prevent/bypass rate limit.
Would be nice to have some kind of predefined relations to make it more customizable, i mean something like: ``` RDef("value", Int | Float | RRef("boolean") | RRef("key") | UInt...
As the title says, how can I implement instanceof using goja and golang?