We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ad093 commit 1e22560Copy full SHA for 1e22560
inject_decrypt/inject_decrypt.c
@@ -26,8 +26,9 @@
26
#define VerboseLog(_lvl, ...) if (verboseLevel >= _lvl) printf(__VA_ARGS__)
27
28
static const char __used
29
-_whatMsg[] = "@(#) inject_decrypt: decrypt Mach-O executables using injection",
30
-_whatUsg[] = "@(#) Usage: DYLD_INSERT_LIBRARIES=inject_decrypt.dylib <executable>";
+_whatMsg[] = "@(#) inject_decrypt: Decrypt Mach-O executables using injection",
+_whatSrc[] = "@(#) https://github.com/leptos-null/inject_decrypt " __FILE__ "",
31
+_whatUsg[] = "@(#) Usage: DYLD_INSERT_LIBRARIES=inject_decrypt.dylib executable";
32
33
__attribute__((constructor, noreturn))
34
static void dump(int argc, char *argv[]) {
0 commit comments