Custom Query (80 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 80)

Ticket Resolution Summary Owner Reporter
#77 fixed Fix stack size interpretation in CreateThread(). dmik
Description

Currently, the stack size passed to CreateThread?() is interpreted as the whole (maximum) stack size. Ноwever under real Windows, according to MSDN, this parameter by default specifies the size of the pre-committed area on top of the stack; the whole stack size is defined by the PE header in this case (1 MB by default). In order to override the header, the STACK_SIZE_PARAM_IS_A_RESERVATION flag must be used, so that the stack size in CreateThread?() will define the whole area.

#78 fixed Odin 0.8.4 Tellie
Description

I installed 0.8.4-1 with yum

I try to play this game CLUB2000.zip (Same game as in Ticket #54 (closed defect: fixed)

It does nottin, only see this in popup.log

03-19-2012  18:29:01  SYS3175  PID 472a  TID 0004  Slot 00a1
Q:\USR\BIN\PE.EXE
c0000005
1c7cc034
P1=00000001  P2=00000014  P3=XXXXXXXX  P4=XXXXXXXX  
EAX=00000001  EBX=031d0000  ECX=0004472a  EDX=13e8af20
ESI=1c020394  EDI=00004000  
DS=0053  DSACC=d0f3  DSLIM=5fffffff  
ES=0053  ESACC=d0f3  ESLIM=5fffffff  
FS=150b  FSACC=00f3  FSLIM=00000030
GS=0000  GSACC=****  GSLIM=********
CS:EIP=005b:1c7cc034  CSACC=d0df  CSLIM=5fffffff
SS:ESP=0053:032e0eac  SSACC=d0f3  SSLIM=5fffffff
EBP=032e0ef4  FLG=00010206

KERNEL32.DLL 0001:0000c034
#80 fixed missing export abwillis Silvan Scherrer
Description

NTDLL.dll misses RtlGetVersionNumber? export

Note: See TracQuery for help on using queries.