Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Working TF sandbox? (Read 1200 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Working TF sandbox?

Following this discussion:
https://hydrogenaud.io/index.php/topic,116669.msg1035403.html#msg1035403

It seems the current Sandbox component doesn't follow the native TF rules in all cases. For ex:
Code: [Select]
$not() \\ Sandbox = true | Native = non valid
$not("") \\ Sandbox = true | Native = true

Does someone know if there is another Sandbox plugin? Or a fork? What about V2 x64?