HyperDbg / gui

HyperDbg's Graphical User Interface (GUI)
Apache License 2.0
63 stars 10 forks source link

Optimize the global search box on the left side of the toolbar, it should be drawn as google material 3 style #166

Closed ddkwork closed 1 month ago

ddkwork commented 1 month ago

In addition, the global search box should be implemented to interact with the search event for all forms at a specific time, which will call the sdk's in-memory search api as well as the populating of the feature code parameter, which needs to be tested. Implementing ollydbg's "Find Command Sequence" feature.

ddkwork commented 1 month ago

同时需要修复代码编辑器编辑失效的bug

ddkwork commented 1 month ago

这需要更改底层field的绘制,太麻烦