Посл.ответ |
Сообщение |
Ранг: 2.6 (гость) Активность: 0=0 Статус: Участник
|
Создано: 31 января 2008 16:35 · Поправил: octane2 · Личное сообщение · #1
Well i understand what you said "Archer" and i'm sorry about my last topic.
??????????????????????????????????????? !!!!!!!!!!!!!!!
thankssssssssssssssssssssssssssssssssssssssssssssssssssssss
| Сообщение посчитали полезным: |
|
Ранг: 352.4 (мудрец), 4thx Активность: 0.15↘0 Статус: Участник retired
|
Создано: 31 января 2008 17:56 · Личное сообщение · #2
you can start the application _under_ debugger (i.e. gdb app_name). or use ddd if you need GUI
| Сообщение посчитали полезным: |
Ранг: 2.6 (гость) Активность: 0=0 Статус: Участник
|
Создано: 31 января 2008 18:15 · Поправил: octane2 · Личное сообщение · #3
????????????????????????????????
thanksssssssssssssssssssssssssssssss againnnnnnnnnnnnnnnnnn
| Сообщение посчитали полезным: |
Ранг: 141.4 (ветеран) Активность: 0.05↘0 Статус: Участник
|
Создано: 31 января 2008 18:36 · Личное сообщение · #4
octane2:
tell me a debugger name
offsites: GDB: The GNU Project Debugger http://www.gnu.org/software/gdb/ & Data Display Debugger http://www.gnu.org/software/ddd/
+
GNU GRUB 2 Debugging with GDB HOWTO http://grub.enbug.org/DebuggingWithGDB
| Сообщение посчитали полезным: |
Ранг: 2.6 (гость) Активность: 0=0 Статус: Участник
|
Создано: 31 января 2008 19:38 · Поправил: octane2 · Личное сообщение · #5
Thankssssss so much "Intro""
| Сообщение посчитали полезным: |
Ранг: 387.4 (мудрец) Активность: 0.17↘0 Статус: Участник системщик
|
Создано: 31 января 2008 20:36 · Личное сообщение · #6
octane2, get IDA Pro, disassemble the file and figure out where FLEX code is invoked from. You can debug with IDA (remote debugging from PC, I think) or GDB (supports remote debugging too).
| Сообщение посчитали полезным: |
Ранг: 2.6 (гость) Активность: 0=0 Статус: Участник
|
Создано: 31 января 2008 21:11 · Личное сообщение · #7
very good feeling Solarian........thanksssssssss for your great lights
| Сообщение посчитали полезным: |
Ранг: 352.4 (мудрец), 4thx Активность: 0.15↘0 Статус: Участник retired
|
Создано: 31 января 2008 22:08 · Поправил: ssx · Личное сообщение · #8
octane2:
FLEXnet Licensing checkout error: Invalid license file syntax. (-2,413)
Someone understand that ?
i do understand this, you better get yourself familiar with flexlm (there is a manual shipped along with flexlm sdk). maybe all you need to do is patch out the lc_checkout() call with xor eax,eax/retn
--
not related to this topic: your '?????' and 'ssssss' endings irritate people.
| Сообщение посчитали полезным: |
Ранг: 2.6 (гость) Активность: 0=0 Статус: Участник
|
Создано: 01 февраля 2008 01:21 · Поправил: octane2 · Личное сообщение · #9 |
Ранг: 2.6 (гость) Активность: 0=0 Статус: Участник
|
Создано: 02 февраля 2008 14:13 · Поправил: octane2 · Личное сообщение · #10
"maybe all you need to do is patch out the lc_checkout() call with xor eax,eax/retn "
This is impossible.
Is there a way,when you use lmcrypt to generate flexlm code without CK ?
I guess yes but how find this command line ?
Thx.
| Сообщение посчитали полезным: |
Ранг: 352.4 (мудрец), 4thx Активность: 0.15↘0 Статус: Участник retired
|
Создано: 02 февраля 2008 15:38 · Личное сообщение · #11
octane2:
"maybe all you need to do is patch out the lc_checkout() call with xor eax,eax/retn "
This is impossible.
why?
octane2:
Is there a way,when you use lmcrypt to generate flexlm code without CK
what CK? you mean the CK= that follows every FEATURE line in license?
| Сообщение посчитали полезным: |
Ранг: 2.6 (гость) Активность: 0=0 Статус: Участник
|
Создано: 02 февраля 2008 16:13 · Поправил: octane2 · Личное сообщение · #12
[?????????????????????????????????
| Сообщение посчитали полезным: |
Ранг: 352.4 (мудрец), 4thx Активность: 0.15↘0 Статус: Участник retired
|
Создано: 03 февраля 2008 11:36 · Личное сообщение · #13
octane2:
Yes exactely the CHECKSUM (CK=233 for exemple).I'd like to switch off this.
simply remove the 'CK=' line from license template before signing it with lmcrypt.
octane2 :
Since Flexlm exist nobody was successful to patch the app directely.
I am tired saying that it is possible to patch it.
| Сообщение посчитали полезным: |
Ранг: 352.4 (мудрец), 4thx Активность: 0.15↘0 Статус: Участник retired
|
Создано: 03 февраля 2008 11:37 · Личное сообщение · #14
octane2:
It takes to him 3 minutes to get the full license !
for flexlm without CRO i can do it too. But that's not the case with adskflex.
| Сообщение посчитали полезным: |
Ранг: 2.6 (гость) Активность: 0=0 Статус: Участник
|
Создано: 03 февраля 2008 12:23 · Личное сообщение · #15
ssx writes:
simply remove the 'CK=' line from license template before signing it with lmcrypt
Thank's for the idea but it doesn't work, got an error message.
ssx writes:
for flexlm without CRO i can do it too. But that's not the case with adskflex.
?
More details will be appreciated for understanding.
Thank you
| Сообщение посчитали полезным: |
Ранг: 352.4 (мудрец), 4thx Активность: 0.15↘0 Статус: Участник retired
|
Создано: 03 февраля 2008 19:38 · Личное сообщение · #16
octane2:
Thank's for the idea but it doesn't work, got an error message.
what error? and get yourself flexlm sdk finally - this will enlighten you.
octane2 :
More details will be appreciated for understanding.
1. get the application binary
2. debug/dissassemble it to find the license check
3. patch it
4. ????
5. profit
| Сообщение посчитали полезным: |