Skip to content

Commit 1e22560

Browse files
committed
[General] Update what(1) messages
1 parent c7ad093 commit 1e22560

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

inject_decrypt/inject_decrypt.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@
2626
#define VerboseLog(_lvl, ...) if (verboseLevel >= _lvl) printf(__VA_ARGS__)
2727

2828
static const char __used
29-
_whatMsg[] = "@(#) inject_decrypt: decrypt Mach-O executables using injection",
30-
_whatUsg[] = "@(#) Usage: DYLD_INSERT_LIBRARIES=inject_decrypt.dylib <executable>";
29+
_whatMsg[] = "@(#) inject_decrypt: Decrypt Mach-O executables using injection",
30+
_whatSrc[] = "@(#) https://github.com/leptos-null/inject_decrypt " __FILE__ "",
31+
_whatUsg[] = "@(#) Usage: DYLD_INSERT_LIBRARIES=inject_decrypt.dylib executable";
3132

3233
__attribute__((constructor, noreturn))
3334
static void dump(int argc, char *argv[]) {

0 commit comments

Comments
 (0)