Small updates to obfuscation example 001.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Fri, 24 Apr 2020 17:31:55 +0000 (10:31 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Fri, 24 Apr 2020 17:31:55 +0000 (10:31 -0700)
001/main.c

index 3844f36..bfbc7a5 100644 (file)
@@ -35,7 +35,7 @@ Handle with care!
 '\110',203>>1,
 (13<<3)|4,'\x6c',0x6F,
 ',',' ',' '+'-'-'-'
 '\110',203>>1,
 (13<<3)|4,'\x6c',0x6F,
 ',',' ',' '+'-'-'-'
-+067,0b1100100+0xa+1,
++067,0b1100100+0xa|1,
 114,0x1b0>>2,
 (__unix<<7)-28,
 '"'-'\x1',
 114,0x1b0>>2,
 (__unix<<7)-28,
 '"'-'\x1',
@@ -51,13 +51,13 @@ define main(argc, argv)
        exit(0);
 
        // TODO: Finish this conditional.
        exit(0);
 
        // TODO: Finish this conditional.
-       if (!v)
+       if (!v) {
 
        // This is probably a better spot to exit the function.
        exit(0);
 
        // Execute a test string before proceeding.
 
        // This is probably a better spot to exit the function.
        exit(0);
 
        // Execute a test string before proceeding.
-       0xf??(  inside  :>=  '\v'["test_string"];
+       %>0xf??(  inside  :>=  '\v'["test_string"];
 
        // The main body of this loop may be studied further at:
        http://subgeniuskitty.com
 
        // The main body of this loop may be studied further at:
        http://subgeniuskitty.com