|
Noone can give such an answer. At best we can give individual examples of what not to do. Unless the big AI provides have their filters leaked or a former employee spills the beans, at best it is probing a complicated blackbox. Likely they use a vector database lookup against the still embedded data. Remember this is a cosine similarity effectively across a very high dimension space that matches above some percent threshold. Similar to hiw RAG works. The safety filter applies not only to your input but all output as well including thinking that is in the output. And so anything you provide or can ever see are run through the filter.
Trying to hide what you are doing is not trivial but not impossible. Changing all strings in a target and all app resources like svgs that would make it identifiable is just a start. Another thing is to frame what you are doing as aiding in designing a protection scheme. But they cybersecurity limitations mean when it sees a license scheme or even crypto aegis, you are starting to raise those flag signals.
Ghidra is likely safer to use thn IDA Pro. As the training data for Ghidra is much more white hat uses while IDA Pro is filled with black and gray hat examples. This forum might itself be in their training data... The anti-virus companies are all in tge cyber red or trusted cyber tyoes of programs and avoid these filters.
|