代码搜索:writeable

找到约 203 项符合「writeable」的源代码

代码结果 203
www.eeworm.com/read/354562/10345527

asm keylog.asm

format PE GUI 4.0 include 'win32ax.inc' entry __start section '.data' data readable writeable hInstance rd 1 hDllInst rd 1 lpStartHook rd 1 lpStopHook rd 1
www.eeworm.com/read/276828/10706268

asm opengl.asm

; OpenGL programming example format PE GUI 4.0 entry start include 'win32a.inc' include 'opengl.inc' section '.data' data readable writeable _title db 'OpenGL example',0 _class
www.eeworm.com/read/429283/1949865

php upgrade.php

www.eeworm.com/read/392107/2516046

php install.lang.php

www.eeworm.com/read/192642/8368317

inc gsdef-bak.inc

{$B-} {- Complete Boolean Evaluation } {$R-} {- Range-Checking } {$T-} {- Typed @ operator } {$X+} {- Extended syntax } {$P+} {- Open string params } {$J+} {- Writeable structured consts } {$H+}
www.eeworm.com/read/425879/10312254

asm get_kernel_seh.asm

format PE GUI 4.0 entry __start ; ; code section... ; section '.text' code readable writeable executable szText: times 20h db 0 ; ; _get_krnl_base: get kernel3
www.eeworm.com/read/425035/10385640

asm get_kernel_seh.asm

format PE GUI 4.0 entry __start ; ; code section... ; section '.text' code readable writeable executable szText: times 20h db 0 ; ; _get_krnl_base: get kernel3
www.eeworm.com/read/238372/4615369

c shared_mmap.c

/* this tests whether we can use a shared writeable mmap on a file - as needed for the mmap variant of FAST_SHARE_MODES */ #if defined(HAVE_UNISTD_H) #include #endif #include
www.eeworm.com/read/193974/5138431

py pr241.py

# a test for PR#241, writeable sys.stdout.softspace import sys #print 'hello', sys.stdout.softspace = 0 #print 'there', 'mister' try: sys.stdout.jimmy = 1 except AttributeError: pass try:
www.eeworm.com/read/162684/5514834

inc gsdef-bak.inc

{$B-} {- Complete Boolean Evaluation } {$R-} {- Range-Checking } {$T-} {- Typed @ operator } {$X+} {- Extended syntax } {$P+} {- Open string params } {$J+} {- Writeable structured consts } {$H+}