You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to add an API to set the current selection in ImHex. I've investigated the functions available to C# plugins, especially Memory, and it looks like that while I can get the current selection, there's no way to set it.
How will this feature be useful to you and others?
I think about implementing a ImHex sync plugin to my disassembler (Ghidra), similar like Gx64Sync exists for x64dbg syncing. The idea is to sync the bytes view between the two programs.
Right now I don't think this is possible with the C# API. I know that it's possible with C++ API, but I - personally - would rather implement it in C#, because it's easier, cross platform, and won't require frequent recompilation.
If this feature sounds reasonable, I can take a shot at implementing this feature and send you a PR - but I want to ask first if it's something that will be merged.
Request Type
I can provide a PoC for this feature or am willing to work on it myself and submit a PR
Additional context?
No response
The text was updated successfully, but these errors were encountered:
What feature would you like to see?
I'd like to add an API to set the current selection in ImHex. I've investigated the functions available to C# plugins, especially Memory, and it looks like that while I can get the current selection, there's no way to set it.
How will this feature be useful to you and others?
I think about implementing a ImHex sync plugin to my disassembler (Ghidra), similar like Gx64Sync exists for x64dbg syncing. The idea is to sync the bytes view between the two programs.
Right now I don't think this is possible with the C# API. I know that it's possible with C++ API, but I - personally - would rather implement it in C#, because it's easier, cross platform, and won't require frequent recompilation.
If this feature sounds reasonable, I can take a shot at implementing this feature and send you a PR - but I want to ask first if it's something that will be merged.
Request Type
Additional context?
No response
The text was updated successfully, but these errors were encountered: