Skip to content

Commit

Permalink
Template for Crisis Params
Browse files Browse the repository at this point in the history
  • Loading branch information
strazzere committed Dec 3, 2015
1 parent 29ed4c8 commit 6711e9f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Templates/CrisisTemplate.bt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
//--------------------------------------
//--- 010 Editor v6.0.2 Binary Template
//
// File: CrisisTemplate.pt
// Author: Tim 'Diff' Strazzere <[email protected]> <[email protected]>
// Revision: 1.0
// Purpose: For quick parameter parsing of Crisis binaries. Will start the
// template where the current cursor is in the file.
//--------------------------------------


typedef struct {
uint32 version;
char build[16];
char subtype[16];
unsigned char evidencekey[32];
unsigned char confkey[32];
unsigned char signature[32];
unsigned char watermark[32];
unsigned char demo[24];
unsigned char info[256];
} Crisis_params;

FSeek(GetCursorPos());
Crisis_params params;

0 comments on commit 6711e9f

Please sign in to comment.