From 0bcd78be9657f35dd27a02c16cb70234b1e44d5b Mon Sep 17 00:00:00 2001 From: n0p <0x90@n0p.cc> Date: Mon, 27 Oct 2014 19:07:43 +0100 Subject: Reversing challenge 300 from hack.lu 2014. --- src/JonahHex.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/JonahHex.h (limited to 'src/JonahHex.h') diff --git a/src/JonahHex.h b/src/JonahHex.h new file mode 100644 index 0000000..04a25e5 --- /dev/null +++ b/src/JonahHex.h @@ -0,0 +1,14 @@ +#ifndef JONAHHEX_H +#define JONAHHEX_H + +#include +#include + +void stringEnc(uint32_t *string, int length); +void stringDec(uint32_t *string, int length); + +DWORD hexStr2Bytes(char *input, unsigned char *output, int length); + +extern DWORD AddressOfEntryPoint; + +#endif \ No newline at end of file -- cgit v1.2.3