Mateusz Kurowski
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...
**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...
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...
**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...
### 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...
Is it possible?
### 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...
### 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...
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...