tEh
November 29th, 2010, 11:20
Hi Guys,
I'm trying out a flexlm seed finding technique as per below and I find everything fine but then when i look at the console on the right ECX addresses a RAM location that does not exist and EDX = 00000000, see below:
My Steps are as so:
Create Dummy file:
SERVER [Computer's Name] ANY
VENDOR [Vendor Name]
USE_SERVER
INCREMENT test [Vendor Name] 1.0 1-jun-2020 1 0123456789AB
BP#1:
0041DB4C - FF15 B4C24C00 | CALL DWORD PTR DS:[4CC2B4] <----- (_l_n36_buff start?)
BP#2:
Not 100% sure on this? But I believe it is:
0041DC70 - C3 | RETN <----- (_l_n36_buff return?)
BP#3:
00444203 - EB 09 | JMP SHORT 0044420E <----- (Inside _l_n36_buff? Seems a bit far out to me...)
As I trace over BP#3 these values change:
From:
ECX: 0012FC85
EDX: 00000000
(On 4th click of Trace they change) To:
ECX: 002F4319
EDX: 00000000
Can anyone tel me what I'm doing wrong?
I'm looking for the Vendor Code and Job Location but so far I just get those addresses,
Daemon&Dummy:
http://www.megaupload.com/?d=N6VB0AF6
Appreciate any help!
Cheers!
I'm trying out a flexlm seed finding technique as per below and I find everything fine but then when i look at the console on the right ECX addresses a RAM location that does not exist and EDX = 00000000, see below:
My Steps are as so:
Create Dummy file:
SERVER [Computer's Name] ANY
VENDOR [Vendor Name]
USE_SERVER
INCREMENT test [Vendor Name] 1.0 1-jun-2020 1 0123456789AB
BP#1:
0041DB4C - FF15 B4C24C00 | CALL DWORD PTR DS:[4CC2B4] <----- (_l_n36_buff start?)
BP#2:
Not 100% sure on this? But I believe it is:
0041DC70 - C3 | RETN <----- (_l_n36_buff return?)
BP#3:
00444203 - EB 09 | JMP SHORT 0044420E <----- (Inside _l_n36_buff? Seems a bit far out to me...)
As I trace over BP#3 these values change:
From:
ECX: 0012FC85
EDX: 00000000
(On 4th click of Trace they change) To:
ECX: 002F4319
EDX: 00000000
Can anyone tel me what I'm doing wrong?
I'm looking for the Vendor Code and Job Location but so far I just get those addresses,
Daemon&Dummy:
http://www.megaupload.com/?d=N6VB0AF6
Appreciate any help!
Cheers!