Comment by πŸš€ stack

Re: "Obfuscating C"

In: u/LucasMW

Automatically create a slew of loops and conditionals using bullshit variables initialized elsewhere, in such a way that they will get optimized out.

πŸš€ stack

2025-05-08 Β· 1 year ago

1 Later Comment

πŸ™ norayr Β· 2025-05-13 at 20:36:

β€” isn't c code obfuscated enough already?

Original Post

πŸš€ LucasMW

Obfuscating C β€” I am working on a code obfuscator. Basically the idea is to rename every symbol in the program to another name, thus destroyng information. The idea is also customization of the generated names according to wordlists and rulesets (for example, one pokΓ©mon themed) I already have some kind of proof of concept: For example, this small program: [preformatted] I wish there was some shortcuts. Does anyone knows an easy way of given a source file, to extract a list of all variable...

πŸ’¬ 18 comments Β· 1 like Β· 2025-05-06 Β· 1 year ago Β· #coding #programming #software