Ali

Results 3 issues of Ali

I am reading the [fuzz task for LTE RRC](https://github.com/FirmWire/FirmWire/blob/main/modkit/shannon/fuzzers/lte_rrc.c#L26), and I have some questions about the queue item structure used in this fuzzer. 1. What are the possible valid values...

In the `MemoryBlock` class, the method name `getPermissions` is changed to `getFlags` with [Ghidra 11.1.1](https://github.com/NationalSecurityAgency/ghidra/commit/ae475f743bdfce9461d4f1be32ac86d7e8deca9e#diff-d356dde75ebb002881f60608e6b37e72bc665262966e544b3d251ae28f8ae857) causing the compilation of the current `ShannonLoader` to fail.

Hi, I noticed a bug in the integer type resolver when determining the bit width of signed integers. For example, for a range like `-140..=-44`, it assigns 8 bits, even...