Finding printable characters in some archives or even machine code can be done without decompiling anything. Unix tools like strings[1] are usually used for this kind of work.
[1] https://en.wikipedia.org/wiki/Strings_(Unix)
> it seems that OpenAI may be accessing and utilizing copyrighted code for training purposes.
There's currently no proof that they do. They only decompiled your app to see if you misuse the API key... which you do. You shouldn't ship API keys
Finding printable characters in some archives or even machine code can be done without decompiling anything. Unix tools like strings[1] are usually used for this kind of work.
[1] https://en.wikipedia.org/wiki/Strings_(Unix)