From 2a9a2c9975abe4cc5e9f2b915a706211e19e2b08 Mon Sep 17 00:00:00 2001 From: iljavs Date: Sun, 25 Feb 2018 04:24:55 -0600 Subject: [PATCH] update blns to account for more format strings Made a couple of changes to the format strings: - added more %s'. increases the chance of crashing. Sometimes the stack layout is just right and 1 or 2 %s will not cause a crash - added %n. Should cause a crash, even if several other specifiers don't - added %@, this is for objective-c format functions. --- blns.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/blns.txt b/blns.txt index 9824c57..717e9c7 100644 --- a/blns.txt +++ b/blns.txt @@ -588,9 +588,11 @@ Kernel.exit(1) $HOME $ENV{'HOME'} %d -%s +%s%s%s%s%s {0} %*.*s +%@ +%n File:/// # File Inclusion