Getorix
29-07-2006, 08:51 PM
Hi to ALL!
Is it possible to add or change exsisting hardware interrupts in WindowsMobile 2003/2005?
I mean this:
FFFF0000 LDR PC, =funс_ad_1
FFFF0004 LDR PC, =funс_ad_2
FFFF0008 LDR PC, =funс_ad_3
etc...
FFFF03E0 fund_aс_1
FFFF03E4 fund_aс_2
FFFF03E7 fund_aс_3
I want to add my own func_ad_X or change one of these addresses.
I tried to write in this part of memory in kernel mode (using SetKMode) but get an access violation. :(
Maybe I must use some kernel API functions (like HookInterrupt or something else) and reach a goal more correctly. Anybody knows?
So, help me please.
Thanks.
Is it possible to add or change exsisting hardware interrupts in WindowsMobile 2003/2005?
I mean this:
FFFF0000 LDR PC, =funс_ad_1
FFFF0004 LDR PC, =funс_ad_2
FFFF0008 LDR PC, =funс_ad_3
etc...
FFFF03E0 fund_aс_1
FFFF03E4 fund_aс_2
FFFF03E7 fund_aс_3
I want to add my own func_ad_X or change one of these addresses.
I tried to write in this part of memory in kernel mode (using SetKMode) but get an access violation. :(
Maybe I must use some kernel API functions (like HookInterrupt or something else) and reach a goal more correctly. Anybody knows?
So, help me please.
Thanks.