代码搜索:Tested
找到约 4,133 项符合「Tested」的源代码
代码结果 4,133
www.eeworm.com/read/460770/7241113
asm objexe.asm
; Demonstration of how to write an entire .EXE format program as a .OBJ
; file to be linked. Tested with the VAL free linker.
; To build:
; nasm -fobj objexe.asm
; val objexe.obj,objexe.exe;
; T
www.eeworm.com/read/455033/7378554
m4 regtests.m4
// Regression tests
// ----------------
// $Id: regtests.m4,v 1.22 2005/11/22 15:34:11 hecht Exp $
include(../regtests.m4)
// The values tested here may not have a physical or mathematical
// meani
www.eeworm.com/read/455033/7378648
m4 regtests.m4
// Regression tests
// ----------------
// $Id: regtests.m4,v 1.1 2005/09/09 13:17:10 hecht Exp $
include(../regtests.m4)
// The values tested here may not have a physical or mathematical
// meanin
www.eeworm.com/read/455033/7378701
m4 regtests.m4
// Regression tests
// ----------------
// $Id: regtests.m4,v 1.1 2008/06/19 21:37:37 hecht Exp $
include(../regtests.m4)
// The values tested here may not have a physical or mathematical
// meanin
www.eeworm.com/read/455033/7378739
m4 regtests.m4
// Regression tests
// ----------------
// $Id: regtests.m4,v 1.6 2005/01/06 20:58:33 hecht Exp $
include(../regtests.m4)
// The values tested here may not have a physical or mathematical
// meanin
www.eeworm.com/read/455033/7379414
m4 regtests.m4
// Regression tests
// ----------------
// $Id: regtests.m4,v 1.4 2008/11/29 15:36:48 hecht Exp $
include(../regtests.m4)
// The values tested here may not have a physical or mathematical
// meanin
www.eeworm.com/read/454975/7380726
bugs
----------
Known bugs
----------
1. Not strictly a bug, more of a gotcha.
Under MS VC++ (only tested with version 6.0), a term_func
set via the standard C++ set_terminate() function cau
www.eeworm.com/read/440621/7685165
txt armadillo find nag.txt
/*
.:TEAM RESURRECTiON:.
Armadillo Standard Script by AvAtAr//stephenteh
Tested on WinXP Pro SP2, OllyDbg v1.10, OllyScript v0.92
NOTES:
- Remove all hardware breakpoints before run the script.
www.eeworm.com/read/440621/7685443
txt armadillo standard unpack.txt
/*
.:TEAM RESURRECTiON:.
Armadillo Standard Script by AvAtAr//stephenteh
Tested on WinXP Pro SP2, OllyDbg v1.10, OllyScript v0.92
NOTES:
- Remove all hardware breakpoints before run the script.
www.eeworm.com/read/435688/7787768
bash demo-fifo.bash
#!/bin/bash
#
# Bourne shell named pipe demo with the GTK-server
# Tested with BASH 3.1 on Zenwalk Linux 4.2
#
# March 14, 2004 by Peter van Eerten
# Revised at july 25, 2004
# Revised for GTK-server