检测Python对其他语言的封装 #16
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
rt,黑客可能将恶意代码隐藏至仓库的其他语言代码中,在Python运行时动态链接
python基础之封装:https://www.cnblogs.com/Michael--chen/p/6740455.html
Python调用其他语言方法:https://blog.csdn.net/suifengme/article/details/137756161
rt,先进行静态代码分析、依赖分析、动态代码执行监控等,判断是否有python代码中对其他语言代码的调用和动态链接等。如果有,再对其他文件进行扫描分析,查看是否有恶意代码和后门存在。