TAILIEUCHUNG - Cracking part 38

Tài liệu hướng dẫn làm cracking phần 38 | Tóm lại Có 3 lệnh đê patch Quote ASM FILL REPL xi-Lệnh về breakpoint Trong Script cũng cho ta lệnh set breakpoint. Các bạn chú ý lệnh BP nó giống như set breakpoint Toggle F2 và lệnh BPHWS nó giống như lệnh bpm trong SI. Tức là set bp tại một address trong vùng nhớ khi chương trình chạm đến vùng nhớ này tùy theo mod đọc hay viết vào vùng nhớ này mà nó break chương trình Quote BC addr Clear unconditional breakpoint at addr. Example bc 401000 bc x bc eip BP addr Set unconditional breakpoint at addr. Example bp 401000 bp x bp eip BPCND addr cond Set breakpoint on address addr with condition cond. Example bpcnd 401000 ECX 1 BPL addr expr Sets logging breakpoint at address addr that logs expression expr Example bpl 401000 eax logs the value of eax everytime this line is passed BPLCND addr expr cond Sets logging breakpoint at address addr that logs expression expr if condition cond is true Example bplcnd 401000 eax eax 1 logs the value of eax everytime this line is passed and eax 1 BPMC ---- Clear memory breakpoint. Example bpmc BPHWC addr Delete hardware breakpoint at a specified address Example bphwc 401000 BPHWS addr mode Set hardware breakpoint. Mode can be r - read w - write or x - execute. Example bphws 401000 x BPRM addr size Set memory breakpoint on read. Size is size of memory in bytes. Example bprm 401000 FF BPWM addr size Set memory breakpoint on write. Size is size of memory in bytes. Example bpwm 401000 FF Tóm tắt lệnh Quote BC BP BPCND BPL BPLCND BPMC BPHWC BPHWS BPRM BPWM xii-Lệnh về các hộp thọai Các lệnh liên quan đến việc cho hiển thị hộp đối thọai với srcipt. Quote ASK question Displays an input box with the specified question and lets user enter a response. Sets the reserved RESULT variable 0 if cancel button was pressed . Example ask Enter new EIP cmp RESULT 0 je cancel_pressed mov eip RESULT MSG message Display a message box with specified message Example MSG Script paused MSGYN message Display a message box with specified message and YES and NO .

Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.