Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
需要一个程序(用 c 编写)来执行以下操作。
一个关键要求是:生成的 C 程序不应在文件系统上,因为生成的 C 程序具有商业机密。是的,这种机制远非万无一失,但总比没有好。
提前致谢。
您可以使用内存文件系统作为 .so 的目的地,就像这样sudo mount -osize=10M tmpfs /home/chill/tmp/supersikrit -t tmpfs
sudo mount -osize=10M tmpfs /home/chill/tmp/supersikrit -t tmpfs