Skip to content

Commit eb39fc6

Browse files
authored
Fixed Bugs
1 parent 2fd4a5e commit eb39fc6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Payload.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ private static string[] ReadConfigs()
101101
{
102102
try
103103
{
104-
//byte[] Stub = File.ReadAllBytes(@"C:\Users\amirreza\Desktop\123.exe");
105104
byte[] Stub = File.ReadAllBytes(Application.ExecutablePath.ToString());
106105
byte[] ConfigArry = new byte[1024];
107106
Array.ConstrainedCopy(Stub, Stub.Length - 1024, ConfigArry, 0, 1024);

0 commit comments

Comments
 (0)