Skip to content

Commit

Permalink
feature sync with x64dbg commit: a3a9dbbbe9159e406a0196b60d53db54a91e…
Browse files Browse the repository at this point in the history
…c835
  • Loading branch information
mrfearless committed Oct 15, 2016
1 parent 57ef918 commit 44a3691
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions extras/masmApiStruct.api.txt
Expand Up @@ -29,6 +29,9 @@ PLUG_CB_DEBUGEVENT,DebugEvent
PLUG_CB_MENUENTRY,hEntry
PLUG_CB_WINEVENT,message,result,retval
PLUG_CB_WINEVENTGLOBAL,message,retval
PLUG_CB_LOADSAVEDB,root,loadSaveType
PLUG_CB_FILTERSYMBOL,symbol,retval
PLUG_CB_TRACEEXECUTE,cip,stop
MEMORY_INFO,value,size_,mnemonic
VALUE_INFO,value,size_
MEMPAGE,mbi,info
Expand Down
4 changes: 2 additions & 2 deletions pluginsdk/include/x32bridge.inc
Expand Up @@ -523,8 +523,8 @@ BRIDGEBP ENDS

BPMAP STRUCT 8
count DWORD ?
lpBridgeBp DWORD ? ; BRIDGEBP* ; additional BRIDGEBPs are located in memory one after another, at lpBridgeBp + (SIZEOF BRIDGEBP * bpindex) where first bpindex is 0, second is 1 and so on
BPMAP ENDS
lpBridgeBp DWORD ? ; BRIDGEBP* ; additional BRIDGEBPs are located in memory one after
BPMAP ENDS ; another, at lpBridgeBp + (SIZEOF BRIDGEBP * bpindex) where first bpindex is 0, second is 1 and so on

WATCHINFO STRUCT 8
WatchName DB MAX_WATCH_NAME_SIZE DUP (?)
Expand Down

0 comments on commit 44a3691

Please sign in to comment.