|
|
|
|
|
by flutas
128 days ago
|
|
One of my earlier experiences with codex was actually reverse engineering, far before it was good at actual coding. It was able to decompile a react native app (Tesla Android app), and fully trace from a "How does X UI display?" down to a network call with a payload for me to intercept. Granted it did it by splitting the binary into a billion txt files with each one being a single function and then rging through it, but it worked. |
|