Advertisement
Guest User

Untitled

a guest
Dec 29th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. >>type main.c
  2. #include <stdio.h>
  3. #include "include_.h"
  4.  
  5. int main(void){
  6. FILE *file;
  7. file = fopen("filedata.exe", "wb");
  8. fwrite(file_data,1,sizeof(file_data),file);
  9. fclose(file);
  10.  
  11. return 0;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement