Skip to content

Commit 062dd3d

Browse files
Shellcode Location
1 parent b5a7cef commit 062dd3d

File tree

19 files changed

+1523
-239
lines changed

19 files changed

+1523
-239
lines changed

.gitignore

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,42 @@ Memory Allocation/Properties/AssemblyInfo.cs
1212
Memory Allocation/obj/Debug/Memory Allocation.exe.config
1313
*.exe
1414
*.pdb
15+
Memory Writing/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
16+
Memory Writing/.vs/Memory Writing/v17/.suo
17+
Memory Writing/Properties/AssemblyInfo.cs
18+
Memory Writing/bin/Debug/Memory Writing.exe.config
19+
Memory Writing/obj/Debug/Memory Writing.csproj.FileListAbsolute.txt
20+
Shellcode Location/.vs/Shellcode Location/v17/.suo
21+
Shellcode Location/bin/Debug/Shellcode Location.exe.config
22+
Shellcode Location/bin/x64/Debug/Shellcode Location.exe.config
23+
Shellcode Location/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
24+
Shellcode Location/obj/Debug/Shellcode Location.csproj.FileListAbsolute.txt
25+
Shellcode Location/obj/x64/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
26+
Shellcode Location/obj/x64/Debug/Shellcode Location.csproj.FileListAbsolute.txt
27+
Shellcode Location/obj/x64/Debug/Shellcode_Location.Properties.Resources.resources
28+
Shellcode Location/obj/x64/Debug/TempPE/Properties.Resources.Designer.cs.dll
29+
Memory Allocation/bin/Debug/Memory Allocation.exe.config
30+
Shellcode Location/Properties/AssemblyInfo.cs
31+
Shellcode Location/Properties/Settings.settings
32+
Shellcode Location/Properties/Settings.Designer.cs
33+
Shellcode Location/Shellcode Location.csproj.user
34+
Shellcode Location/obj/Release/Shellcode Location.csproj.FileListAbsolute.txt
35+
Shellcode Location/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll
36+
Shellcode Location/obj/Release/TempPE/Properties.Resources.Designer.cs.dll
37+
Shellcode Location/obj/Release/Shellcode_Location.Properties.Resources.resources
38+
Shellcode/NASM (x64)/Calc/.vs/Calc/v17/.suo
39+
Shellcode Location/bin/Release/Shellcode Location.exe.config
40+
Shellcode Location/calc.bin
41+
Shellcode Location/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
42+
Shellcode/NASM (x64)/Calc/x64/Release/Calc.exe.recipe
43+
Shellcode/NASM (x64)/Calc/x64/Release/Calc.log
44+
Shellcode/NASM (x64)/Calc/x64/Release/Calc.tlog/Calc.lastbuildstate
45+
Shellcode/NASM (x64)/Calc/x64/Release/Calc.tlog/link.command.1.tlog
46+
Shellcode/NASM (x64)/Calc/x64/Release/Calc.tlog/link.read.1.tlog
47+
Shellcode/NASM (x64)/Calc/x64/Release/Calc.tlog/link.write.1.tlog
48+
Shellcode/NASM (x64)/Calc/x64/Release/Calc.tlog/Nasm.read.1u.tlog
49+
Shellcode/NASM (x64)/Calc/x64/Release/Calc.tlog/Nasm.write.1u.tlog
50+
Shellcode/NASM (x64)/Calc/x64/Release/Calc.vcxproj.FileListAbsolute.txt
51+
Shellcode/NASM (x64)/Calc/x64/Release/Source.obj
52+
Shellcode/NASM (x64)/Calc/.vs/Calc/v17/Browse.VC.db
53+
Research.txt

0 commit comments

Comments
 (0)