Advertisement
dunkermex

Untitled

Jan 29th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. char __thiscall sub_39594120(FILE *this, void *a2)
  2. {
  3.   FILE *File; // [esp+0h] [ebp-4h]
  4.  
  5.   File = this;
  6.   if ( fopen_s(&File, "privKey.pem", "rb") )
  7.     return 0;
  8.   fread(a2, 4u, 1u, File);
  9.   fread((char *)a2 + 4, 1u, 0x80u, File);
  10.   fread((char *)a2 + 132, 1u, 0x80u, File);
  11.   fread((char *)a2 + 260, 1u, 0x80u, File);
  12.   fread((char *)a2 + 388, 1u, 0x80u, File);
  13.   fread((char *)a2 + 516, 1u, 0x80u, File);
  14.   fread((char *)a2 + 644, 1u, 0x40u, File);
  15.   fclose(File);
  16.   return 1;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement