Marton Illes
Marton Illes
We want to include/exclude certain handlers in an unblob run. In some cases we want to specify only a subset of handlers, while some cases disable/omit a handler from a...
This could help manual analysis process and could useful hints to the user. It would be also interesting to easily add some special pattern detection, especially for unknown chunks to...
During extraction when an unknown chunk occurs it would be great to show hints & insights on the unknown chunk so the user can easier analyze the un-identify chunks in...
**Describe the bug** I have the following binary: ``` ELF Header: Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00 Class: ELF64...
**Describe the bug** I have the following test ELF file: ``` #include #include #include const int NUMBER = 42; const char VERSION[] = "11.22"; const char *VERSION2 = "22.33"; void...
**Describe the bug** I have the following file (same as in #795). ``` #include #include #include const int NUMBER = 42; const char VERSION[] = "11.22"; const char *VERSION2 =...
**Describe the bug** I have Ghidra decompiled C source code where running a reachableBy operation and getting random exceptions. Sometimes there are no warnings and everything works fine, sometimes I...
**Describe the bug** With older joern versions it was possible to pass with `--import` an additional script that was run before the main `--script` was executed, which allowed to define...