qux-bbb

Results 17 issues of qux-bbb

When I debug a program, I can not find a way to dump some bytes to file. Some friends try to help me to solve the problem, and one of...

Hi, there is a pcapng file, and simplemagic check it as xml. [file_pcapng.zip](https://github.com/j256/simplemagic/files/7008257/file_pcapng.zip)

There is a .net x64 pe file, it's file type is: ``` PE32+ executable (GUI) x86-64 Mono/.Net assembly, for MS Windows ``` The file's right detail is: ![detail](https://user-images.githubusercontent.com/18598419/86339454-2e7ffa00-bc86-11ea-9b47-c182e758ada0.png) pefile can...

### Operating System Windows ### What's the issue you encountered? When I remove a file header content, duplicate content and "\x00" are generated at end of file. ### How can...

bug

**Is your feature request related to a problem? Please describe.** The GhidraFileChooser's CurrentDirectory should be edit. **Describe the solution you'd like** `currentPathTextField.setEditable(true);` **Describe alternatives you've considered** No. **Additional context** I...

Feature: GUI
Status: Internal

**Is your feature request related to a problem? Please describe.** Golang program stack string does not display well. ![stack_string_decompile](https://github.com/NationalSecurityAgency/ghidra/assets/18598419/f0fe913a-39be-4b51-af6a-a827ba6b5e30) **Describe the solution you'd like** The decompiler window can show `*puVar1...

Status: Triage
Feature: Language/Go

**Describe the bug** Many question marks in Chinese enviroment. **To Reproduce** Steps to reproduce the behavior: Just Open the software. **Expected behavior** Right menu display. **Screenshots** ![question_marks](https://github.com/CelestiaProject/Celestia/assets/18598419/7d6c8bc2-5f49-4bba-b541-f9e4ae8aba69) **Desktop:** - OS:...

is_pe is not a "method"

Before this changing, some non b"\0" data will be copied to the header. After this changing, the header will be clear.