We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 167c5ca commit 4702babCopy full SHA for 4702bab
2 files changed
.gitignore
@@ -1,4 +1,5 @@
1
build/
2
example
3
compile_commands.json
4
-.cache
+.cache
5
+CLAUDE.md
example_usage.c
@@ -132,7 +132,9 @@ int main(void)
132
{
133
obf_init();
134
135
- puts("== VORTEX Obfuscation Framework - demonstration ==\n");
+ OBF_WITH(banner, "== VORTEX Obfuscation Framework - demonstration ==") {
136
+ printf("%s\n\n", banner);
137
+ }
138
139
demo_string_single(); puts("");
140
demo_string_scoped(); puts("");
0 commit comments