- Timestamp:
- Feb 23, 2000, 5:52:18 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/ldr/mytkExecPgm.asm
r2849 r2871 1 ; $Id: mytkExecPgm.asm,v 1. 8 2000-02-21 15:59:21bird Exp $1 ; $Id: mytkExecPgm.asm,v 1.9 2000-02-23 16:52:18 bird Exp $ 2 2 ; 3 3 ; mytkExecPgm - tkExecPgm overload … … 62 62 ; di:si Argument address. (String) 63 63 ; @uses all - bp 64 ; @sketch Copy the filename and arguments into a buffer we 65 ; may modify later if this is a UNIX shellscript or 66 ; a PE-file started by pe.exe. 64 67 ; @status 65 68 ; @author knut st. osmundsen (knut.stange.osmundsen@pmsc.no) 66 ; @remark Current implemententation assumes that there is one buffer, 67 ; this serializes the usage of the two pointers. 69 ; @remark 68 70 ; 69 71 ; The buffer we are using is a C struct as follows. … … 89 91 90 92 ASSUME CS:CODE32, DS:NOTHING, SS:NOTHING 93 int 3 91 94 push ebp 92 95 mov ebp, esp
Note:
See TracChangeset
for help on using the changeset viewer.