Skip to content

Commit

Permalink
Fixed Bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
EternalC0der authored May 19, 2019
1 parent 2fd4a5e commit eb39fc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Payload.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ private static string[] ReadConfigs()
{
try
{
//byte[] Stub = File.ReadAllBytes(@"C:\Users\amirreza\Desktop\123.exe");
byte[] Stub = File.ReadAllBytes(Application.ExecutablePath.ToString());
byte[] ConfigArry = new byte[1024];
Array.ConstrainedCopy(Stub, Stub.Length - 1024, ConfigArry, 0, 1024);
Expand Down

0 comments on commit eb39fc6

Please sign in to comment.