├── .gitignore ├── Disasm201.zip ├── Effective_DoS_on_web_application_platforms_201415103542706.pdf ├── HW ├── 2 │ ├── Fib4MultiThread.c │ ├── Fib4MultiThread.obj │ ├── fac.obj │ ├── fac1.c │ ├── fac1.obj │ ├── fac2.c │ ├── fac2.obj │ ├── fib.bat │ ├── fib.c │ ├── fib.obj │ ├── fib.txt │ ├── fib4MT.bat │ ├── fib4MT.c │ ├── fib4MT.obj │ ├── multiThread.c │ ├── multiThread.obj │ ├── sa13226267-邱星.zip │ ├── test.c │ ├── test.obj │ ├── 作业[1].zip │ ├── 作业一.rar │ └── 作业二.rar ├── 3 │ ├── 1.bat │ ├── 2.bat │ ├── hello.c │ ├── hello.obj │ ├── msg.c │ ├── msg.dll │ ├── msg.exp │ ├── msg.obj │ ├── rwproc.c │ └── sa13226267-邱星.zip ├── 4 │ ├── SA13226267-邱星.zip │ ├── hello.bat │ ├── hello.c │ ├── hello.obj │ ├── inj.bat │ ├── inj.c │ ├── inj.obj │ ├── inj2.0.c │ ├── inj2.0.obj │ └── temp.txt └── sa13226267_邱星_1 │ ├── hello(冲突_starqiu-PC_2013-11-29 12-04-25).c │ ├── hello(冲突_starqiu-PC_2013-12-05 14-19-46).obj │ ├── hello.bat │ ├── hello.c │ ├── hello.obj │ ├── myprint(冲突_starqiu-PC_2013-12-05 14-19-46).obj │ ├── myprint.c │ ├── myprint.obj │ └── sa13226267_邱星_1.zip ├── LICENSE ├── Lab ├── Lab1 │ ├── OllyDbg.pdf │ ├── odbgtut.CHM │ ├── sa13226267-邱星.zip │ ├── 实验一 │ │ ├── add.bat │ │ └── add.c │ ├── 实验三 │ │ ├── main.bat │ │ ├── main.c │ │ └── sum.c │ ├── 实验二 │ │ ├── sum.bat │ │ └── sum.c │ └── 实验四 │ │ ├── add.c │ │ ├── add.dll │ │ ├── add.exp │ │ ├── add.obj │ │ ├── fib.bat │ │ ├── fib.c │ │ ├── fib.dll │ │ ├── fib.exp │ │ ├── fib.h │ │ ├── fib.obj │ │ ├── main.c │ │ └── main.obj ├── Lab1_20131210223650249.zip ├── Lab1_2013121095146200.rar ├── lab2 │ ├── 1.bat │ ├── 1.c │ ├── 2.bat │ ├── 2.c │ ├── 2.obj │ ├── 3.bat │ ├── 3.c │ ├── 3.obj │ ├── 4.C │ ├── 4.obj │ ├── SA13226267-邱星.zip │ ├── code2.0.c │ ├── code2.0.obj │ ├── hello.c │ ├── hello.obj │ ├── temp.txt │ ├── test.c │ └── test.obj ├── lab3 │ ├── 1.bat │ ├── buzhou1.c │ ├── hello.bat │ ├── hello.c │ ├── hello.obj │ ├── inj.c │ ├── inj.obj │ ├── step1 │ │ ├── 1.bat │ │ ├── test.c │ │ └── test.obj │ ├── step2 │ │ ├── 1.bat │ │ └── test.c │ ├── step3 │ │ ├── 1.bat │ │ ├── hello.bat │ │ ├── hello.c │ │ ├── hello.obj │ │ ├── inj.c │ │ └── inj.obj │ ├── test.c │ └── test.obj ├── lab4 │ ├── hello.bat │ ├── hello.c │ ├── hello.obj │ ├── step1.bat │ ├── step1.c │ ├── step1.obj │ ├── step1 │ │ ├── hello.bat │ │ ├── hello.c │ │ ├── step1.bat │ │ └── step1.c │ ├── step2 │ │ ├── hello.bat │ │ ├── hello.c │ │ ├── step2.bat │ │ └── step2.c │ ├── step3 │ │ ├── hello.bat │ │ ├── hello.c │ │ ├── hello.obj │ │ ├── step3.bat │ │ ├── step3.c │ │ └── step3.obj │ └── step4 │ │ ├── hello.bat │ │ ├── hello.c │ │ ├── hello.obj │ │ ├── step4.bat │ │ ├── step4.c │ │ └── step4.obj └── lab5 │ ├── hello.bat │ ├── hello.c │ ├── hello.obj │ ├── inj(冲突_starqiu-PC_2014-01-10 20-54-13).c │ ├── inj(冲突_starqiu-PC_2014-01-10 20-54-18).obj │ ├── inj.bat │ ├── inj.c │ ├── inj.obj │ ├── inj_save.c │ ├── step1 │ ├── hello.bat │ ├── hello.c │ ├── inj.bat │ ├── inj.c │ └── new 5.txt │ └── 新建文件夹 │ ├── 3_lab5.c │ └── lab5.c ├── Onclass ├── 1204 │ ├── 1204_2.c │ ├── 1204_2.obj │ ├── 1204_3.c │ ├── 1204_3.obj │ ├── 1204_4.c │ ├── 1204_4.obj │ ├── 1204_5.c │ ├── 1204_5.obj │ ├── 1204_6.c │ ├── 1204_6.obj │ ├── 1204_7.c │ ├── 1204_7.obj │ ├── 1204_8.c │ └── 1204_8.obj ├── 1205 │ ├── 1.c │ ├── 1.obj │ ├── 2.c │ ├── 2.obj │ ├── 3.c │ ├── 3.obj │ ├── Add.c │ └── Add.obj ├── 1212 │ ├── main.c │ ├── main.obj │ ├── main1.c │ ├── main1.obj │ ├── main2.c │ ├── main2.obj │ ├── msg.c │ ├── msg.dll │ ├── msg.exp │ ├── msg.obj │ ├── msg1.c │ ├── msg1.obj │ ├── msg2.c │ ├── msg3.c │ ├── msg4.c │ ├── msg4.dll │ ├── msg4.exp │ └── msg4.obj ├── 1218 │ ├── main.c │ └── main.obj ├── 1219 │ ├── hello.c │ ├── hello.obj │ ├── inj.c │ ├── inj0.c │ ├── inj1.c │ ├── main.c │ └── main.obj ├── 1225 │ ├── dump_header.c │ ├── dump_header.obj │ └── hello.c ├── 0101 │ └── hello.c ├── h.c ├── hello(冲突_starqiu-PC_2013-11-28 08-05-51).c ├── hello.c ├── hello.obj └── selfReproduction.c ├── README.md ├── Win32汇编教程合集.chm ├── odbg201.zip ├── odbg201 ├── 1.udd ├── 2.udd ├── 2_001.udd ├── 3.udd ├── 3_001.udd ├── 4.udd ├── ADVAPI32.udd ├── Add.udd ├── CBSelectText.udd ├── COMCTL32_001.udd ├── Factorial.java.c.udd ├── GDI32.udd ├── IMM32.udd ├── LPK.udd ├── MSCTF.udd ├── NETAPI32.udd ├── Normaliz.udd ├── OLEAUT32.udd ├── PSAPI.udd ├── RPCRT4.udd ├── SHELL32.udd ├── SHLWAPI.udd ├── Secur32.udd ├── Test.java.c.udd ├── USER32.udd ├── USP10.udd ├── WININET.udd ├── WS2HELP.udd ├── WS2_32.udd ├── add_001.udd ├── add_002.udd ├── comctl32.udd ├── dbghelp.dll ├── fac.udd ├── fac1.udd ├── hello.udd ├── hello_001.udd ├── hello_002.udd ├── hello_003.udd ├── hello_004.udd ├── hello_005.udd ├── hello_006.udd ├── hello_007.udd ├── hello_inj.udd ├── hello_inj_001.udd ├── help.pdf ├── iertutil.udd ├── inj.udd ├── inj_001.udd ├── inj_002(冲突_starqiu-PC_2014-01-10 20-27-05).udd ├── inj_002.udd ├── kernel32.udd ├── main.udd ├── main2.udd ├── main_001.udd ├── msctfime.udd ├── msg.udd ├── msg4.udd ├── msg_001.udd ├── msvcrt.udd ├── multiThread.udd ├── ntdll.udd ├── odbg201.lnk ├── ole32.udd ├── ollydbg(冲突_starqiu-PC_2014-01-10 20-44-56).ini ├── ollydbg.ini ├── rwproc.udd ├── safemon.udd ├── step1.udd ├── step3.udd ├── step4.udd ├── sum.udd ├── test.udd ├── test_001.udd ├── test_002.udd ├── test_003.udd ├── urlmon.udd └── version.udd ├── review.txt ├── sql_201413211018332.txt ├── unit04_demo2_2013121916518721.zip ├── unit04_demo_20131218191728397.zip ├── unit05_demo_20131225183244914.zip ├── unit05_demo_20131225183244914 ├── dump_header.c ├── dump_header.obj ├── dump_iat.c ├── dump_imgbase.c ├── dump_imptbl.c ├── dump_imptbl.obj └── dump_sect.c ├── unit06_demo_20141212922199.zip └── unit06_demo_20141212922199 ├── ldr.c ├── ldr_hide.bat ├── ldr_hide.c ├── msg.c ├── pebbase.c ├── pushstr.c ├── seh0.c ├── seh1.c ├── seh2.c ├── tebbase.c └── wnd.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/.gitignore -------------------------------------------------------------------------------- /Disasm201.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Disasm201.zip -------------------------------------------------------------------------------- /Effective_DoS_on_web_application_platforms_201415103542706.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Effective_DoS_on_web_application_platforms_201415103542706.pdf -------------------------------------------------------------------------------- /HW/2/Fib4MultiThread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/2/Fib4MultiThread.c -------------------------------------------------------------------------------- /HW/2/Fib4MultiThread.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/2/Fib4MultiThread.obj -------------------------------------------------------------------------------- /HW/2/fac.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/2/fac.obj -------------------------------------------------------------------------------- /HW/2/fac1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/2/fac1.c -------------------------------------------------------------------------------- /HW/2/fac1.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/2/fac1.obj -------------------------------------------------------------------------------- /HW/2/fac2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/2/fac2.c -------------------------------------------------------------------------------- /HW/2/fac2.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/2/fac2.obj -------------------------------------------------------------------------------- /HW/2/fib.bat: -------------------------------------------------------------------------------- 1 | cl fib.c -------------------------------------------------------------------------------- /HW/2/fib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/2/fib.c -------------------------------------------------------------------------------- /HW/2/fib.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/2/fib.obj -------------------------------------------------------------------------------- /HW/2/fib.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/2/fib.txt -------------------------------------------------------------------------------- /HW/2/fib4MT.bat: -------------------------------------------------------------------------------- 1 | cl fib4MT.c -------------------------------------------------------------------------------- /HW/2/fib4MT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/2/fib4MT.c -------------------------------------------------------------------------------- /HW/2/fib4MT.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/2/fib4MT.obj -------------------------------------------------------------------------------- /HW/2/multiThread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/2/multiThread.c -------------------------------------------------------------------------------- /HW/2/multiThread.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/2/multiThread.obj -------------------------------------------------------------------------------- /HW/2/sa13226267-邱星.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/2/sa13226267-邱星.zip -------------------------------------------------------------------------------- /HW/2/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/2/test.c -------------------------------------------------------------------------------- /HW/2/test.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/2/test.obj -------------------------------------------------------------------------------- /HW/2/作业[1].zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/2/作业[1].zip -------------------------------------------------------------------------------- /HW/2/作业一.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/2/作业一.rar -------------------------------------------------------------------------------- /HW/2/作业二.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/2/作业二.rar -------------------------------------------------------------------------------- /HW/3/1.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/3/1.bat -------------------------------------------------------------------------------- /HW/3/2.bat: -------------------------------------------------------------------------------- 1 | cl rwproc.c -------------------------------------------------------------------------------- /HW/3/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/3/hello.c -------------------------------------------------------------------------------- /HW/3/hello.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/3/hello.obj -------------------------------------------------------------------------------- /HW/3/msg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/3/msg.c -------------------------------------------------------------------------------- /HW/3/msg.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/3/msg.dll -------------------------------------------------------------------------------- /HW/3/msg.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/3/msg.exp -------------------------------------------------------------------------------- /HW/3/msg.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/3/msg.obj -------------------------------------------------------------------------------- /HW/3/rwproc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/3/rwproc.c -------------------------------------------------------------------------------- /HW/3/sa13226267-邱星.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/3/sa13226267-邱星.zip -------------------------------------------------------------------------------- /HW/4/SA13226267-邱星.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/4/SA13226267-邱星.zip -------------------------------------------------------------------------------- /HW/4/hello.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/4/hello.bat -------------------------------------------------------------------------------- /HW/4/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/4/hello.c -------------------------------------------------------------------------------- /HW/4/hello.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/4/hello.obj -------------------------------------------------------------------------------- /HW/4/inj.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/4/inj.bat -------------------------------------------------------------------------------- /HW/4/inj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/4/inj.c -------------------------------------------------------------------------------- /HW/4/inj.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/4/inj.obj -------------------------------------------------------------------------------- /HW/4/inj2.0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/4/inj2.0.c -------------------------------------------------------------------------------- /HW/4/inj2.0.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/4/inj2.0.obj -------------------------------------------------------------------------------- /HW/4/temp.txt: -------------------------------------------------------------------------------- 1 | 7C801D7B 2 | 0040c010 3 | 7C3F5D6B -------------------------------------------------------------------------------- /HW/sa13226267_邱星_1/hello(冲突_starqiu-PC_2013-11-29 12-04-25).c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/sa13226267_邱星_1/hello(冲突_starqiu-PC_2013-11-29 12-04-25).c -------------------------------------------------------------------------------- /HW/sa13226267_邱星_1/hello(冲突_starqiu-PC_2013-12-05 14-19-46).obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/sa13226267_邱星_1/hello(冲突_starqiu-PC_2013-12-05 14-19-46).obj -------------------------------------------------------------------------------- /HW/sa13226267_邱星_1/hello.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/sa13226267_邱星_1/hello.bat -------------------------------------------------------------------------------- /HW/sa13226267_邱星_1/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/sa13226267_邱星_1/hello.c -------------------------------------------------------------------------------- /HW/sa13226267_邱星_1/hello.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/sa13226267_邱星_1/hello.obj -------------------------------------------------------------------------------- /HW/sa13226267_邱星_1/myprint(冲突_starqiu-PC_2013-12-05 14-19-46).obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/sa13226267_邱星_1/myprint(冲突_starqiu-PC_2013-12-05 14-19-46).obj -------------------------------------------------------------------------------- /HW/sa13226267_邱星_1/myprint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/sa13226267_邱星_1/myprint.c -------------------------------------------------------------------------------- /HW/sa13226267_邱星_1/myprint.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/sa13226267_邱星_1/myprint.obj -------------------------------------------------------------------------------- /HW/sa13226267_邱星_1/sa13226267_邱星_1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/HW/sa13226267_邱星_1/sa13226267_邱星_1.zip -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/LICENSE -------------------------------------------------------------------------------- /Lab/Lab1/OllyDbg.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/Lab1/OllyDbg.pdf -------------------------------------------------------------------------------- /Lab/Lab1/odbgtut.CHM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/Lab1/odbgtut.CHM -------------------------------------------------------------------------------- /Lab/Lab1/sa13226267-邱星.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/Lab1/sa13226267-邱星.zip -------------------------------------------------------------------------------- /Lab/Lab1/实验一/add.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/Lab1/实验一/add.bat -------------------------------------------------------------------------------- /Lab/Lab1/实验一/add.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/Lab1/实验一/add.c -------------------------------------------------------------------------------- /Lab/Lab1/实验三/main.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/Lab1/实验三/main.bat -------------------------------------------------------------------------------- /Lab/Lab1/实验三/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/Lab1/实验三/main.c -------------------------------------------------------------------------------- /Lab/Lab1/实验三/sum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/Lab1/实验三/sum.c -------------------------------------------------------------------------------- /Lab/Lab1/实验二/sum.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/Lab1/实验二/sum.bat -------------------------------------------------------------------------------- /Lab/Lab1/实验二/sum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/Lab1/实验二/sum.c -------------------------------------------------------------------------------- /Lab/Lab1/实验四/add.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/Lab1/实验四/add.c -------------------------------------------------------------------------------- /Lab/Lab1/实验四/add.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/Lab1/实验四/add.dll -------------------------------------------------------------------------------- /Lab/Lab1/实验四/add.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/Lab1/实验四/add.exp -------------------------------------------------------------------------------- /Lab/Lab1/实验四/add.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/Lab1/实验四/add.obj -------------------------------------------------------------------------------- /Lab/Lab1/实验四/fib.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/Lab1/实验四/fib.bat -------------------------------------------------------------------------------- /Lab/Lab1/实验四/fib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/Lab1/实验四/fib.c -------------------------------------------------------------------------------- /Lab/Lab1/实验四/fib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/Lab1/实验四/fib.dll -------------------------------------------------------------------------------- /Lab/Lab1/实验四/fib.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/Lab1/实验四/fib.exp -------------------------------------------------------------------------------- /Lab/Lab1/实验四/fib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/Lab1/实验四/fib.h -------------------------------------------------------------------------------- /Lab/Lab1/实验四/fib.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/Lab1/实验四/fib.obj -------------------------------------------------------------------------------- /Lab/Lab1/实验四/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/Lab1/实验四/main.c -------------------------------------------------------------------------------- /Lab/Lab1/实验四/main.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/Lab1/实验四/main.obj -------------------------------------------------------------------------------- /Lab/Lab1_20131210223650249.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/Lab1_20131210223650249.zip -------------------------------------------------------------------------------- /Lab/Lab1_2013121095146200.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/Lab1_2013121095146200.rar -------------------------------------------------------------------------------- /Lab/lab2/1.bat: -------------------------------------------------------------------------------- 1 | cl /c 1.c 2 | link /dynamicbase:no 1.obj user32.lib -------------------------------------------------------------------------------- /Lab/lab2/1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab2/1.c -------------------------------------------------------------------------------- /Lab/lab2/2.bat: -------------------------------------------------------------------------------- 1 | cl /c 2.c 2 | link /dynamicbase:no 2.obj user32.lib -------------------------------------------------------------------------------- /Lab/lab2/2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab2/2.c -------------------------------------------------------------------------------- /Lab/lab2/2.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab2/2.obj -------------------------------------------------------------------------------- /Lab/lab2/3.bat: -------------------------------------------------------------------------------- 1 | cl /c 3.c 2 | link /dynamicbase:no 3.obj -------------------------------------------------------------------------------- /Lab/lab2/3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab2/3.c -------------------------------------------------------------------------------- /Lab/lab2/3.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab2/3.obj -------------------------------------------------------------------------------- /Lab/lab2/4.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab2/4.C -------------------------------------------------------------------------------- /Lab/lab2/4.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab2/4.obj -------------------------------------------------------------------------------- /Lab/lab2/SA13226267-邱星.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab2/SA13226267-邱星.zip -------------------------------------------------------------------------------- /Lab/lab2/code2.0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab2/code2.0.c -------------------------------------------------------------------------------- /Lab/lab2/code2.0.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab2/code2.0.obj -------------------------------------------------------------------------------- /Lab/lab2/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab2/hello.c -------------------------------------------------------------------------------- /Lab/lab2/hello.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab2/hello.obj -------------------------------------------------------------------------------- /Lab/lab2/temp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab2/temp.txt -------------------------------------------------------------------------------- /Lab/lab2/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab2/test.c -------------------------------------------------------------------------------- /Lab/lab2/test.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab2/test.obj -------------------------------------------------------------------------------- /Lab/lab3/1.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab3/1.bat -------------------------------------------------------------------------------- /Lab/lab3/buzhou1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab3/buzhou1.c -------------------------------------------------------------------------------- /Lab/lab3/hello.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab3/hello.bat -------------------------------------------------------------------------------- /Lab/lab3/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab3/hello.c -------------------------------------------------------------------------------- /Lab/lab3/hello.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab3/hello.obj -------------------------------------------------------------------------------- /Lab/lab3/inj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab3/inj.c -------------------------------------------------------------------------------- /Lab/lab3/inj.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab3/inj.obj -------------------------------------------------------------------------------- /Lab/lab3/step1/1.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab3/step1/1.bat -------------------------------------------------------------------------------- /Lab/lab3/step1/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab3/step1/test.c -------------------------------------------------------------------------------- /Lab/lab3/step1/test.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab3/step1/test.obj -------------------------------------------------------------------------------- /Lab/lab3/step2/1.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab3/step2/1.bat -------------------------------------------------------------------------------- /Lab/lab3/step2/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab3/step2/test.c -------------------------------------------------------------------------------- /Lab/lab3/step3/1.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab3/step3/1.bat -------------------------------------------------------------------------------- /Lab/lab3/step3/hello.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab3/step3/hello.bat -------------------------------------------------------------------------------- /Lab/lab3/step3/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab3/step3/hello.c -------------------------------------------------------------------------------- /Lab/lab3/step3/hello.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab3/step3/hello.obj -------------------------------------------------------------------------------- /Lab/lab3/step3/inj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab3/step3/inj.c -------------------------------------------------------------------------------- /Lab/lab3/step3/inj.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab3/step3/inj.obj -------------------------------------------------------------------------------- /Lab/lab3/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab3/test.c -------------------------------------------------------------------------------- /Lab/lab3/test.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab3/test.obj -------------------------------------------------------------------------------- /Lab/lab4/hello.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab4/hello.bat -------------------------------------------------------------------------------- /Lab/lab4/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab4/hello.c -------------------------------------------------------------------------------- /Lab/lab4/hello.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab4/hello.obj -------------------------------------------------------------------------------- /Lab/lab4/step1.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab4/step1.bat -------------------------------------------------------------------------------- /Lab/lab4/step1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab4/step1.c -------------------------------------------------------------------------------- /Lab/lab4/step1.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab4/step1.obj -------------------------------------------------------------------------------- /Lab/lab4/step1/hello.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab4/step1/hello.bat -------------------------------------------------------------------------------- /Lab/lab4/step1/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab4/step1/hello.c -------------------------------------------------------------------------------- /Lab/lab4/step1/step1.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab4/step1/step1.bat -------------------------------------------------------------------------------- /Lab/lab4/step1/step1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab4/step1/step1.c -------------------------------------------------------------------------------- /Lab/lab4/step2/hello.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab4/step2/hello.bat -------------------------------------------------------------------------------- /Lab/lab4/step2/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab4/step2/hello.c -------------------------------------------------------------------------------- /Lab/lab4/step2/step2.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab4/step2/step2.bat -------------------------------------------------------------------------------- /Lab/lab4/step2/step2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab4/step2/step2.c -------------------------------------------------------------------------------- /Lab/lab4/step3/hello.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab4/step3/hello.bat -------------------------------------------------------------------------------- /Lab/lab4/step3/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab4/step3/hello.c -------------------------------------------------------------------------------- /Lab/lab4/step3/hello.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab4/step3/hello.obj -------------------------------------------------------------------------------- /Lab/lab4/step3/step3.bat: -------------------------------------------------------------------------------- 1 | cl step3.c -------------------------------------------------------------------------------- /Lab/lab4/step3/step3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab4/step3/step3.c -------------------------------------------------------------------------------- /Lab/lab4/step3/step3.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab4/step3/step3.obj -------------------------------------------------------------------------------- /Lab/lab4/step4/hello.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab4/step4/hello.bat -------------------------------------------------------------------------------- /Lab/lab4/step4/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab4/step4/hello.c -------------------------------------------------------------------------------- /Lab/lab4/step4/hello.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab4/step4/hello.obj -------------------------------------------------------------------------------- /Lab/lab4/step4/step4.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab4/step4/step4.bat -------------------------------------------------------------------------------- /Lab/lab4/step4/step4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab4/step4/step4.c -------------------------------------------------------------------------------- /Lab/lab4/step4/step4.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab4/step4/step4.obj -------------------------------------------------------------------------------- /Lab/lab5/hello.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab5/hello.bat -------------------------------------------------------------------------------- /Lab/lab5/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab5/hello.c -------------------------------------------------------------------------------- /Lab/lab5/hello.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab5/hello.obj -------------------------------------------------------------------------------- /Lab/lab5/inj(冲突_starqiu-PC_2014-01-10 20-54-13).c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab5/inj(冲突_starqiu-PC_2014-01-10 20-54-13).c -------------------------------------------------------------------------------- /Lab/lab5/inj(冲突_starqiu-PC_2014-01-10 20-54-18).obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab5/inj(冲突_starqiu-PC_2014-01-10 20-54-18).obj -------------------------------------------------------------------------------- /Lab/lab5/inj.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab5/inj.bat -------------------------------------------------------------------------------- /Lab/lab5/inj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab5/inj.c -------------------------------------------------------------------------------- /Lab/lab5/inj.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab5/inj.obj -------------------------------------------------------------------------------- /Lab/lab5/inj_save.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab5/inj_save.c -------------------------------------------------------------------------------- /Lab/lab5/step1/hello.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab5/step1/hello.bat -------------------------------------------------------------------------------- /Lab/lab5/step1/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab5/step1/hello.c -------------------------------------------------------------------------------- /Lab/lab5/step1/inj.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab5/step1/inj.bat -------------------------------------------------------------------------------- /Lab/lab5/step1/inj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab5/step1/inj.c -------------------------------------------------------------------------------- /Lab/lab5/step1/new 5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab5/step1/new 5.txt -------------------------------------------------------------------------------- /Lab/lab5/新建文件夹/3_lab5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab5/新建文件夹/3_lab5.c -------------------------------------------------------------------------------- /Lab/lab5/新建文件夹/lab5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Lab/lab5/新建文件夹/lab5.c -------------------------------------------------------------------------------- /Onclass/0101/hello.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | int main(){ 4 | } -------------------------------------------------------------------------------- /Onclass/1204/1204_2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1204/1204_2.c -------------------------------------------------------------------------------- /Onclass/1204/1204_2.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1204/1204_2.obj -------------------------------------------------------------------------------- /Onclass/1204/1204_3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1204/1204_3.c -------------------------------------------------------------------------------- /Onclass/1204/1204_3.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1204/1204_3.obj -------------------------------------------------------------------------------- /Onclass/1204/1204_4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1204/1204_4.c -------------------------------------------------------------------------------- /Onclass/1204/1204_4.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1204/1204_4.obj -------------------------------------------------------------------------------- /Onclass/1204/1204_5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1204/1204_5.c -------------------------------------------------------------------------------- /Onclass/1204/1204_5.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1204/1204_5.obj -------------------------------------------------------------------------------- /Onclass/1204/1204_6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1204/1204_6.c -------------------------------------------------------------------------------- /Onclass/1204/1204_6.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1204/1204_6.obj -------------------------------------------------------------------------------- /Onclass/1204/1204_7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1204/1204_7.c -------------------------------------------------------------------------------- /Onclass/1204/1204_7.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1204/1204_7.obj -------------------------------------------------------------------------------- /Onclass/1204/1204_8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1204/1204_8.c -------------------------------------------------------------------------------- /Onclass/1204/1204_8.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1204/1204_8.obj -------------------------------------------------------------------------------- /Onclass/1205/1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1205/1.c -------------------------------------------------------------------------------- /Onclass/1205/1.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1205/1.obj -------------------------------------------------------------------------------- /Onclass/1205/2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1205/2.c -------------------------------------------------------------------------------- /Onclass/1205/2.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1205/2.obj -------------------------------------------------------------------------------- /Onclass/1205/3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1205/3.c -------------------------------------------------------------------------------- /Onclass/1205/3.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1205/3.obj -------------------------------------------------------------------------------- /Onclass/1205/Add.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1205/Add.c -------------------------------------------------------------------------------- /Onclass/1205/Add.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1205/Add.obj -------------------------------------------------------------------------------- /Onclass/1212/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1212/main.c -------------------------------------------------------------------------------- /Onclass/1212/main.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1212/main.obj -------------------------------------------------------------------------------- /Onclass/1212/main1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1212/main1.c -------------------------------------------------------------------------------- /Onclass/1212/main1.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1212/main1.obj -------------------------------------------------------------------------------- /Onclass/1212/main2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1212/main2.c -------------------------------------------------------------------------------- /Onclass/1212/main2.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1212/main2.obj -------------------------------------------------------------------------------- /Onclass/1212/msg.c: -------------------------------------------------------------------------------- 1 | #include 2 | void ShowMsg(char* s){ 3 | printf(s); 4 | return; 5 | } -------------------------------------------------------------------------------- /Onclass/1212/msg.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1212/msg.dll -------------------------------------------------------------------------------- /Onclass/1212/msg.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1212/msg.exp -------------------------------------------------------------------------------- /Onclass/1212/msg.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1212/msg.obj -------------------------------------------------------------------------------- /Onclass/1212/msg1.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | void ShowMsg(LPSTR s){ 4 | MessageBoxA(NULL,s,"Msg",MB_OK); 5 | return; 6 | } -------------------------------------------------------------------------------- /Onclass/1212/msg1.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1212/msg1.obj -------------------------------------------------------------------------------- /Onclass/1212/msg2.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | __declspec(DLLEXPORT) 4 | void ShowMsg(LPSTR s){ 5 | MessageBoxA(NULL,s,"Msg",MB_OK); 6 | return; 7 | } -------------------------------------------------------------------------------- /Onclass/1212/msg3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1212/msg3.c -------------------------------------------------------------------------------- /Onclass/1212/msg4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1212/msg4.c -------------------------------------------------------------------------------- /Onclass/1212/msg4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1212/msg4.dll -------------------------------------------------------------------------------- /Onclass/1212/msg4.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1212/msg4.exp -------------------------------------------------------------------------------- /Onclass/1212/msg4.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1212/msg4.obj -------------------------------------------------------------------------------- /Onclass/1218/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1218/main.c -------------------------------------------------------------------------------- /Onclass/1218/main.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1218/main.obj -------------------------------------------------------------------------------- /Onclass/1219/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1219/hello.c -------------------------------------------------------------------------------- /Onclass/1219/hello.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1219/hello.obj -------------------------------------------------------------------------------- /Onclass/1219/inj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1219/inj.c -------------------------------------------------------------------------------- /Onclass/1219/inj0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1219/inj0.c -------------------------------------------------------------------------------- /Onclass/1219/inj1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1219/inj1.c -------------------------------------------------------------------------------- /Onclass/1219/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1219/main.c -------------------------------------------------------------------------------- /Onclass/1219/main.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1219/main.obj -------------------------------------------------------------------------------- /Onclass/1225/dump_header.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1225/dump_header.c -------------------------------------------------------------------------------- /Onclass/1225/dump_header.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/1225/dump_header.obj -------------------------------------------------------------------------------- /Onclass/1225/hello.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Onclass/h.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/h.c -------------------------------------------------------------------------------- /Onclass/hello(冲突_starqiu-PC_2013-11-28 08-05-51).c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/hello(冲突_starqiu-PC_2013-11-28 08-05-51).c -------------------------------------------------------------------------------- /Onclass/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/hello.c -------------------------------------------------------------------------------- /Onclass/hello.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/hello.obj -------------------------------------------------------------------------------- /Onclass/selfReproduction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Onclass/selfReproduction.c -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Virus 2 | ===== 3 | 4 | 计算机病毒与免疫系统 5 | -------------------------------------------------------------------------------- /Win32汇编教程合集.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/Win32汇编教程合集.chm -------------------------------------------------------------------------------- /odbg201.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201.zip -------------------------------------------------------------------------------- /odbg201/1.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/1.udd -------------------------------------------------------------------------------- /odbg201/2.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/2.udd -------------------------------------------------------------------------------- /odbg201/2_001.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/2_001.udd -------------------------------------------------------------------------------- /odbg201/3.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/3.udd -------------------------------------------------------------------------------- /odbg201/3_001.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/3_001.udd -------------------------------------------------------------------------------- /odbg201/4.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/4.udd -------------------------------------------------------------------------------- /odbg201/ADVAPI32.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/ADVAPI32.udd -------------------------------------------------------------------------------- /odbg201/Add.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/Add.udd -------------------------------------------------------------------------------- /odbg201/CBSelectText.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/CBSelectText.udd -------------------------------------------------------------------------------- /odbg201/COMCTL32_001.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/COMCTL32_001.udd -------------------------------------------------------------------------------- /odbg201/Factorial.java.c.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/Factorial.java.c.udd -------------------------------------------------------------------------------- /odbg201/GDI32.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/GDI32.udd -------------------------------------------------------------------------------- /odbg201/IMM32.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/IMM32.udd -------------------------------------------------------------------------------- /odbg201/LPK.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/LPK.udd -------------------------------------------------------------------------------- /odbg201/MSCTF.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/MSCTF.udd -------------------------------------------------------------------------------- /odbg201/NETAPI32.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/NETAPI32.udd -------------------------------------------------------------------------------- /odbg201/Normaliz.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/Normaliz.udd -------------------------------------------------------------------------------- /odbg201/OLEAUT32.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/OLEAUT32.udd -------------------------------------------------------------------------------- /odbg201/PSAPI.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/PSAPI.udd -------------------------------------------------------------------------------- /odbg201/RPCRT4.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/RPCRT4.udd -------------------------------------------------------------------------------- /odbg201/SHELL32.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/SHELL32.udd -------------------------------------------------------------------------------- /odbg201/SHLWAPI.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/SHLWAPI.udd -------------------------------------------------------------------------------- /odbg201/Secur32.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/Secur32.udd -------------------------------------------------------------------------------- /odbg201/Test.java.c.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/Test.java.c.udd -------------------------------------------------------------------------------- /odbg201/USER32.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/USER32.udd -------------------------------------------------------------------------------- /odbg201/USP10.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/USP10.udd -------------------------------------------------------------------------------- /odbg201/WININET.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/WININET.udd -------------------------------------------------------------------------------- /odbg201/WS2HELP.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/WS2HELP.udd -------------------------------------------------------------------------------- /odbg201/WS2_32.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/WS2_32.udd -------------------------------------------------------------------------------- /odbg201/add_001.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/add_001.udd -------------------------------------------------------------------------------- /odbg201/add_002.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/add_002.udd -------------------------------------------------------------------------------- /odbg201/comctl32.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/comctl32.udd -------------------------------------------------------------------------------- /odbg201/dbghelp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/dbghelp.dll -------------------------------------------------------------------------------- /odbg201/fac.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/fac.udd -------------------------------------------------------------------------------- /odbg201/fac1.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/fac1.udd -------------------------------------------------------------------------------- /odbg201/hello.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/hello.udd -------------------------------------------------------------------------------- /odbg201/hello_001.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/hello_001.udd -------------------------------------------------------------------------------- /odbg201/hello_002.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/hello_002.udd -------------------------------------------------------------------------------- /odbg201/hello_003.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/hello_003.udd -------------------------------------------------------------------------------- /odbg201/hello_004.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/hello_004.udd -------------------------------------------------------------------------------- /odbg201/hello_005.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/hello_005.udd -------------------------------------------------------------------------------- /odbg201/hello_006.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/hello_006.udd -------------------------------------------------------------------------------- /odbg201/hello_007.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/hello_007.udd -------------------------------------------------------------------------------- /odbg201/hello_inj.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/hello_inj.udd -------------------------------------------------------------------------------- /odbg201/hello_inj_001.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/hello_inj_001.udd -------------------------------------------------------------------------------- /odbg201/help.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/help.pdf -------------------------------------------------------------------------------- /odbg201/iertutil.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/iertutil.udd -------------------------------------------------------------------------------- /odbg201/inj.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/inj.udd -------------------------------------------------------------------------------- /odbg201/inj_001.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/inj_001.udd -------------------------------------------------------------------------------- /odbg201/inj_002(冲突_starqiu-PC_2014-01-10 20-27-05).udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/inj_002(冲突_starqiu-PC_2014-01-10 20-27-05).udd -------------------------------------------------------------------------------- /odbg201/inj_002.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/inj_002.udd -------------------------------------------------------------------------------- /odbg201/kernel32.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/kernel32.udd -------------------------------------------------------------------------------- /odbg201/main.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/main.udd -------------------------------------------------------------------------------- /odbg201/main2.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/main2.udd -------------------------------------------------------------------------------- /odbg201/main_001.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/main_001.udd -------------------------------------------------------------------------------- /odbg201/msctfime.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/msctfime.udd -------------------------------------------------------------------------------- /odbg201/msg.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/msg.udd -------------------------------------------------------------------------------- /odbg201/msg4.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/msg4.udd -------------------------------------------------------------------------------- /odbg201/msg_001.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/msg_001.udd -------------------------------------------------------------------------------- /odbg201/msvcrt.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/msvcrt.udd -------------------------------------------------------------------------------- /odbg201/multiThread.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/multiThread.udd -------------------------------------------------------------------------------- /odbg201/ntdll.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/ntdll.udd -------------------------------------------------------------------------------- /odbg201/odbg201.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/odbg201.lnk -------------------------------------------------------------------------------- /odbg201/ole32.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/ole32.udd -------------------------------------------------------------------------------- /odbg201/ollydbg(冲突_starqiu-PC_2014-01-10 20-44-56).ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/ollydbg(冲突_starqiu-PC_2014-01-10 20-44-56).ini -------------------------------------------------------------------------------- /odbg201/ollydbg.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/ollydbg.ini -------------------------------------------------------------------------------- /odbg201/rwproc.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/rwproc.udd -------------------------------------------------------------------------------- /odbg201/safemon.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/safemon.udd -------------------------------------------------------------------------------- /odbg201/step1.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/step1.udd -------------------------------------------------------------------------------- /odbg201/step3.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/step3.udd -------------------------------------------------------------------------------- /odbg201/step4.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/step4.udd -------------------------------------------------------------------------------- /odbg201/sum.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/sum.udd -------------------------------------------------------------------------------- /odbg201/test.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/test.udd -------------------------------------------------------------------------------- /odbg201/test_001.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/test_001.udd -------------------------------------------------------------------------------- /odbg201/test_002.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/test_002.udd -------------------------------------------------------------------------------- /odbg201/test_003.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/test_003.udd -------------------------------------------------------------------------------- /odbg201/urlmon.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/urlmon.udd -------------------------------------------------------------------------------- /odbg201/version.udd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/odbg201/version.udd -------------------------------------------------------------------------------- /review.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/review.txt -------------------------------------------------------------------------------- /sql_201413211018332.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/sql_201413211018332.txt -------------------------------------------------------------------------------- /unit04_demo2_2013121916518721.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/unit04_demo2_2013121916518721.zip -------------------------------------------------------------------------------- /unit04_demo_20131218191728397.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/unit04_demo_20131218191728397.zip -------------------------------------------------------------------------------- /unit05_demo_20131225183244914.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/unit05_demo_20131225183244914.zip -------------------------------------------------------------------------------- /unit05_demo_20131225183244914/dump_header.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/unit05_demo_20131225183244914/dump_header.c -------------------------------------------------------------------------------- /unit05_demo_20131225183244914/dump_header.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/unit05_demo_20131225183244914/dump_header.obj -------------------------------------------------------------------------------- /unit05_demo_20131225183244914/dump_iat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/unit05_demo_20131225183244914/dump_iat.c -------------------------------------------------------------------------------- /unit05_demo_20131225183244914/dump_imgbase.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/unit05_demo_20131225183244914/dump_imgbase.c -------------------------------------------------------------------------------- /unit05_demo_20131225183244914/dump_imptbl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/unit05_demo_20131225183244914/dump_imptbl.c -------------------------------------------------------------------------------- /unit05_demo_20131225183244914/dump_imptbl.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/unit05_demo_20131225183244914/dump_imptbl.obj -------------------------------------------------------------------------------- /unit05_demo_20131225183244914/dump_sect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/unit05_demo_20131225183244914/dump_sect.c -------------------------------------------------------------------------------- /unit06_demo_20141212922199.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/unit06_demo_20141212922199.zip -------------------------------------------------------------------------------- /unit06_demo_20141212922199/ldr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/unit06_demo_20141212922199/ldr.c -------------------------------------------------------------------------------- /unit06_demo_20141212922199/ldr_hide.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/unit06_demo_20141212922199/ldr_hide.bat -------------------------------------------------------------------------------- /unit06_demo_20141212922199/ldr_hide.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/unit06_demo_20141212922199/ldr_hide.c -------------------------------------------------------------------------------- /unit06_demo_20141212922199/msg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/unit06_demo_20141212922199/msg.c -------------------------------------------------------------------------------- /unit06_demo_20141212922199/pebbase.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/unit06_demo_20141212922199/pebbase.c -------------------------------------------------------------------------------- /unit06_demo_20141212922199/pushstr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/unit06_demo_20141212922199/pushstr.c -------------------------------------------------------------------------------- /unit06_demo_20141212922199/seh0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/unit06_demo_20141212922199/seh0.c -------------------------------------------------------------------------------- /unit06_demo_20141212922199/seh1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/unit06_demo_20141212922199/seh1.c -------------------------------------------------------------------------------- /unit06_demo_20141212922199/seh2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/unit06_demo_20141212922199/seh2.c -------------------------------------------------------------------------------- /unit06_demo_20141212922199/tebbase.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/unit06_demo_20141212922199/tebbase.c -------------------------------------------------------------------------------- /unit06_demo_20141212922199/wnd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starqiu/Virus/HEAD/unit06_demo_20141212922199/wnd.c --------------------------------------------------------------------------------