Mateusz Kurowski

Results 54 issues of Mateusz Kurowski

I made it possible to use all scripts (by toggling) by default from the `Tool` menu ? I added start and end param tags if someone ever decide to clean...

Feature: Scripting
Status: Prioritize

**Is your feature request related to a problem? Please describe.** Ghidra is not consistent when it comes to application settings path. Lets take a look at `application.settingsdir` that you can...

Feature: Launch
Status: Prioritize

I just tried the script script and seems like it can't handle some names: https://github.com/NationalSecurityAgency/ghidra/blob/4247ae795665dc7d743f97947e0ea2a459a99765/Ghidra/Features/Base/ghidra_scripts/AutoRenameSimpleLabels.java#L141-L144 ``` AutoRenameSimpleLabels.java> Renaming BR @ 10029BE5: switchD to branch_10029BE5_dword ptr [EBP*0x4 + 0x10029dec] ``` ```Java...

Feature: Scripting
Status: Triage

**Describe the bug** 1. Use windbg 2. Set HW and SW breakpoint on the same address. 3. Start randomly enabling/disabling them in the bookmarks window by clicking on the gray/blue...

Feature: Debugger
Status: Internal

### Type of issue Other (describe below) ### Description I believe that the documentation for Messenger in the MVVM Toolkit is difficult to understand. Specifically, the examples contain a lot...

Pri3

### Describe the need of your request Because release script has only one job when any step fails you have to reset whole action. For example when uploading new changelog...

enhancement

### Describe the need of your request tests in github actions should run with verbose trace output ### Proposed solution tests in github actions should run with verbose trace output...

enhancement

Hey I try to the setting like: ``` require;log:require;log.require ``` as https://github.com/EmmyLua/IntelliJ-EmmyLua/blob/cfcfe912188988910b3a0a6abc93dedd5e9b0f15/src/main/java/com/tang/intellij/lua/project/LuaSettings.kt#L101 But it doesn't work. ```lua local graph = log:require('lua_scripts.graph') ```

I am just setting up Makefile for building mod and I encounter this issue when up-to-date schema causes error. I believe this is a mistake, and it should be just...

Good First Issue