


MultiByteToWideChar Convert ANSI string into UNICODE character Remember some of the commonly used functions of VB: "****" is the first 4 characters of the specified subkey name, If the subkey is "Regcode", then "****" = "Regc"įunction restrictions intercept breakpoints:īpx EnableMenuItem prohibits or allows menu itemsīpx EnableWindow prohibits or allows windowsīmsg hMenu wm_command intercepts menu key events, where hMenu is the menu handleīpx K32Thk1632Prolog is used with bmsg hMenu wm_command, and the menu handler can be entered through this breakpointĬALL <- From this track to enter the menu processing programīpx GetLocalTime to obtain the local timeīpx GetSystemTime to obtain the system timeīpx GetTickCount to obtain the number of milliseconds since the system was successfully startedīpx GetCurrentTime to obtain the current time (16 bits)īpx CreateFileA create or open file (32 bit)īpx GetLogicalDriveStringsA 获取当前所有逻辑驱动器的根驱动器路径īpio -h 378(或278、3BC) R 378、278、3BC是并行打印端口īpio -h 3F8(或2F8、3E8、2E8) R 3F8、2F8、3E8、2E8是串行端口īpx MultiByteToWideChar ANSI字符串转换成Unicode字符串īpx WideCharToMultiByte Unicode字符串转换成ANSI字符串

Bpx hmemcpy crack universal breakpoint, intercept memory copy actionīpx Lockmytask When you use other breakpoints are invalid, you can try, this breakpoint intercepts the button actionīmsg handle wm_gettext intercept registration code (handle is the handle of the corresponding window)īmsg handle wm_command Intercept the OK button (handle is the handle of the corresponding window)īpx MessageBoxIndirect(A) Create a custom message boxīpx MessageBeep sends out a system warning sound (if there is no sound card, directly drive the system speaker to sound)īpx DialogBoxParam(A) creates a modal dialogīpx DialogBoxIndirect creates a modal dialogīpx DialogBoxIndirectParam(A) creates a modal dialogīpx CreateDialog creates a non-modal dialogīpx CreateDialogParam(A ) Create a non-modal dialogīpx CreateDialogIndirect Create a non-modal dialogīpx CreateDialogIndirectParam(A) Create a non-modal dialogīpx GetDlgItemText(A) Get the dialog textīpx GetDlgItemInt Get the dialog integer valueīpx GetClipboardData to get clipboard dataīpx RegOpenKey(A) to open the child key (example: bpx RegOpenKey(A) if *(esp+8)='****')īpx RegOpenKeyEx to open the child key (example: bpx RegOpenKeyEx if *(esp) +8)='****')īpx RegQueryValue(A) find sub-key (Example: bpx RegQueryValue(A) if *(esp+8)='****')īpx RegQueryValueEx find sub-key( Example: bpx RegQueryValueEx if *(esp+8)='****')īpx RegSetValue(A) Set sub key (Example: bpx RegSetValue(A) if *(esp+8)='**** ')īpx RegSetValueEx(A) Set the subkey (for example: bpx RegSetValueEx(A) if *(esp+8)='****')
