![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Hobbyist Programmer
Join Date: Jun 2005
Location: Helltown
Posts: 162
Rep Power: 4
![]() |
someone help out this newbie
What is this?
lea ecx, ds:80h[ecx*4] is it simply ecx = ecx * 4? Does it have anything to do with the data segment? it appears here: this::0 = &some_vector_table;
this::8 = 0;
if (unknown_global_1000EA80 == 0 || unknown_global_1000EA84 & 31==0) {
mov ecx, unknown_global_1000EA84
lea ecx, ds:80h[ecx*4]
unknown_global_1000EA80 = realloc(unknown_global_1000EA80, ecx);
}
unknown_global_1000EA80[unknown_global_1000EA84] = &this;
unknown_global_1000EA84++;
this::12 = 0;
if (someglobalsocketvariable == 0) {
some_fdset.fd_count = 0;
other_fd.fd_count = 0;
}
__________________
Spread your wings and fly! Chicken! |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help for newbie programmer... | techjunkie900 | Other Programming Languages | 13 | Aug 17th, 2005 10:41 AM |
| Explain Member Status to a Newbie, por favor | Wraith Daquell | Coder's Corner Lounge | 15 | May 28th, 2005 11:49 AM |
| Newbie: How to make simple Timer programe | smith000monday | Assembly | 0 | May 17th, 2005 2:54 AM |
| Newbie : need help with Dev-C++ compiler | gemini_shooter | C++ | 16 | Apr 12th, 2005 3:09 AM |
| Newbie Question: C++ .EXEs. | ian | C++ | 13 | Feb 23rd, 2005 11:45 AM |