WaxfordSqueers
May 29th, 2019, 15:37
EDIT: Posts moved from another thread into a new topic
Have you come across an extension in your travels that works on x64 and allows a hwnd and a windows message code to be use in a breakpoint?
I am thinking of the bmsg command in sice and I have seen at least two extensions with a similar function. Unfortunately neither work on my present x64 system.
ps. I'm sure it could be done manually using an .if/.else statement with a bp. I am still trying to get my head around poi.
I am thinking specifically of this statement I posted earlier:
Unfortunately I need the extension sdbgext which I have been unable to load on x64.
This is a new release that's supposed to work on x64 but ironically not on my system.
http://www.nynaeve.net/?p=94
Have you come across an extension in your travels that works on x64 and allows a hwnd and a windows message code to be use in a breakpoint?
I am thinking of the bmsg command in sice and I have seen at least two extensions with a similar function. Unfortunately neither work on my present x64 system.
ps. I'm sure it could be done manually using an .if/.else statement with a bp. I am still trying to get my head around poi.
I am thinking specifically of this statement I posted earlier:
Quote:
.load sdbgext bp @eip ".if (poi(poi(esp+4)+4) == 0x202) {!hwnd poi(poi(esp+4));gc } .else {gc}" g |
Unfortunately I need the extension sdbgext which I have been unable to load on x64.
This is a new release that's supposed to work on x64 but ironically not on my system.
http://www.nynaeve.net/?p=94