Skip to content

Commit

Permalink
add support for v8.3 ida pro plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
geocine committed Feb 11, 2024
1 parent baa5c8e commit 4038fa9
Show file tree
Hide file tree
Showing 5 changed files with 1,142 additions and 1,125 deletions.
2 changes: 1 addition & 1 deletion PluginGeneric/AttachDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ extern HWND hwmain; // Handle of main OllyDbg window
#elif OLLY2
HWND hwmain = hwollymain;
#elif __IDP__
HWND hwmain = (HWND)callui(ui_get_hwnd).vptr;
HWND hwmain = GetForegroundWindow();
#elif X64DBG
extern HWND hwndDlg;
HWND hwmain;
Expand Down
Loading

0 comments on commit 4038fa9

Please sign in to comment.