![]() |
|
#1
|
|||
|
|||
|
Need help in exploiting a kernel vuln
Hi,
I just hanged up with a unkn0wn ( at least for me ) scenario in exploiting a kernel vulnerability in windows . the problem occurs when I try to fix the condition which cause a bug check. if I set EAX to zero and loading ESP+X into EBP the condition fix and no crash happen. when I do this in debugger ( I modified registers in debugger and set the saved EIP to it's original value ) every thing is fine and no crash happen at all. but if i do this by assembly code ( which stores in User-land ) , I got a exception ! sample assembly code that I used : Code:
xor eax, eax mov ebp, esp add ebp, XX jmp OriginalLocation )sorry for my horrible eng
__________________
UnREal RCE - Persian Crackers |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Exploiting vBulletin: “A Tale of a Patch Fail” | Kurapica | General Discussion | 1 | 08-16-2020 00:22 |
| Hades:Windows kernel driver lets reverse engineers monitor user and kernel mode code | sh3dow | Source Code | 0 | 05-12-2016 03:15 |
| A CRITICAL Firefox Vuln - Violation and local file stealing via PDF reader | TechLord | General Discussion | 3 | 08-15-2015 15:39 |
| Another vuln, this time its PEiD. | ghalen | General Discussion | 8 | 01-31-2005 19:46 |