![]() |
eXeL@B —› Вопросы новичков —› Newbie question |
Посл.ответ | Сообщение |
|
Создано: 26 сентября 2009 21:34 · Личное сообщение · #1 Hi, I have fixed a nag protected .dll in this ASM code line (OllyDBG): 100164A6 |. 0F85 BB000000 JNZ NMSDVDXU.10016567 by setting opposite condition: 100164A6 |. 0F84 BB000000 JNZ NMSDVDXU.10016567 Nag protection is removed, everything is working fine. My question: I would like to replace "0F85" command to unconditional jump (as I would replace "75" to "eb"), as .dll is redistributable file, so there is possibility that .dll will generate nag screen if used with regular license key in some another client program. Is there and what it would be the unconditional jump command instead of "0F85" ? Sorry about my question in english, I understand Russian, just don't have a russian keyboard, or idea how to type russian words on western keyboard. Thanks and regards, Craig ![]() |
|
Создано: 26 сентября 2009 22:19 · Личное сообщение · #2 |
|
Создано: 26 сентября 2009 22:30 · Личное сообщение · #3 |
|
Создано: 26 сентября 2009 23:14 · Личное сообщение · #4 |
![]() |
eXeL@B —› Вопросы новичков —› Newbie question |