Translating binary executable file languages?
In what language specifically is the code written in for the binary files that can be executed on macOS? I want to be able to read the obfuscated input/output that seems like its written in various formats.
I'm under the impression that it's either written in applesingle, binhex or macbinary. Is this the case and exclusively these or others too? I often will see large percentages of everything in pretty much random characters and then parts in plain English as mostly comma separated paragraphs. What all can the OS understand? What is the difference between all of these cryptic programming languages?
Can I just use binhex or uudecode to translate everything. There must some sort of formula to translate or it must follow some pattern the computer understands. For example I want to get the human readable text behind something like w%00%00%00 (I already know this usage/effect but what is that really say?). I would like something understandable like boolean where true is 1 and false is 0 that can be used constantly to translate stuff, if it exists.
MacBook Pro TouchBar and Touch ID, macOS Sierra (10.12.5)