shapaz
shapaz
**Checklist:** - [ ] If you are new to Scapy: I have checked [CONTRIBUTING.md](https://github.com/secdev/scapy/blob/master/CONTRIBUTING.md) (esp. section submitting-pull-requests) - [ ] I squashed commits belonging together - [ ] I added...
**Describe the bug** When the code initialises a char array from a string literal, e.g.: ``` char s[] = "This is a string"; ``` ghidra misinterprets the array as several...
**Is your feature request related to a problem? Please describe.** I use the cursor text highlight feature quite often. I changed the settings so it's invoked on left-click (as in...
**Is your feature request related to a problem? Please describe.** In the "Symbol Tree" window, when changing the applied filter, the setting of which branches of the tree are collapsed...
**Describe the bug** Many times when I follow a reference, it takes me to the middle of some function. The listing view shows the exact reference address. So far so...
**Describe the bug** The following constant appears in the decompiler in decimal: 2852126725, and remains this way despite pressing (right click) -> binary/float/hexadecimal/octal/char. The following error lines appear on application.log:...
### Describe your idea I frequently run into calls to methods of interfaces or abstract classes. Double-clicking the method takes me to the abstract definition in the interface / base...