psparc82

Results 10 issues of psparc82

Hi, I'm trying to understand at a high level how Qiling fuzzes with AFL++ and unicorn. The fuzzing examples and documentation don't fully explain it. So here's a few questions:...

Hi, `add_fs_mapper` only allows you to map specific files to specific files on the host, e.g. `add_fs_mapper("/tmp/file1", "/tmp/file1")` will map uses of `/tmp/file1` in the emulated environment to `/tmp/file1` on...

Currently, Joern allows you to create a Ghidra CPG by using the `ghidra2cpg` tool. This will create a CPG for the provided binary and run Ghidra analysis on the binary...

Its sometimes difficult to remember which parts of your current command are nodes, properties, execution directives or anything else as the whole command uses the same color. For example this...

During analysis when using `analyzeHeadless` libraries need to be copied into a specified folder using `-loader-libraryDestinationFolder MY_LIBRARY_FOLDER` in order for Ghidra to look for these libraries when a binary that...

Feature: Loader
Status: Internal

Hi, I'm using the `FAT32DiskImage` class and I'm passing it a `size` parameter of 512MB yet the drive always shows up as 253MB under Linux: ```python img = FAT32DiskImage(1024 *...

bug

Firstly, thanks for the project. Do you have plans to add support for exported data symbols from Ghidra into the DWARF file? Thank you

Thanks for the project. Do you have any plans to support exporting ARM programs to ELFs?

Hi, I'm using Ghidra, GDB and d2d and running into a persistent issue. After I connect from GDB to the Ghidra d2d server I can see all the symbols but...

Hi, thanks for the cool project 😃 How can I add a new custom loader to Qiling? Thank you

ql-next