检测Python对其他语言的封装 #16

Closed
opened 2024-05-01 23:38:24 +08:00 by sangge · 2 comments
Owner

rt,黑客可能将恶意代码隐藏至仓库的其他语言代码中,在Python运行时动态链接

rt,黑客可能将恶意代码隐藏至仓库的其他语言代码中,在Python运行时动态链接
Collaborator
python基础之封装:https://www.cnblogs.com/Michael--chen/p/6740455.html Python调用其他语言方法:https://blog.csdn.net/suifengme/article/details/137756161
Collaborator

rt,先进行静态代码分析、依赖分析、动态代码执行监控等,判断是否有python代码中对其他语言代码的调用和动态链接等。如果有,再对其他文件进行扫描分析,查看是否有恶意代码和后门存在。

rt,先进行静态代码分析、依赖分析、动态代码执行监控等,判断是否有python代码中对其他语言代码的调用和动态链接等。如果有,再对其他文件进行扫描分析,查看是否有恶意代码和后门存在。
sangge added this to the 初赛作品 project 2024-05-14 17:31:14 +08:00
sangge removed this from the 初赛作品 project 2024-06-03 22:12:13 +08:00
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sangge/BackDoorBuster#16
No description provided.