aboutsummaryrefslogtreecommitdiff
path: root/src/JonahHex.h
diff options
context:
space:
mode:
authorn0p <0x90@n0p.cc>2014-10-27 19:07:43 +0100
committern0p <0x90@n0p.cc>2014-10-27 19:07:43 +0100
commit0bcd78be9657f35dd27a02c16cb70234b1e44d5b (patch)
tree4f1eb291ab604beaac47f011bcec6b53fc300a2d /src/JonahHex.h
downloadJonahHex-0bcd78be9657f35dd27a02c16cb70234b1e44d5b.tar.gz
JonahHex-0bcd78be9657f35dd27a02c16cb70234b1e44d5b.zip
Reversing challenge 300 from hack.lu 2014.
Diffstat (limited to 'src/JonahHex.h')
-rw-r--r--src/JonahHex.h14
1 files changed, 14 insertions, 0 deletions
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 <windows.h>
+#include <stdint.h>
+
+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