静态分析:

# file Yang
Yang: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), statically linked, for GNU/Linux 2.2.5, not stripped

#可以看出是32位ELF可执行程序
# md5sum Yang 
1e0f9b0d729df126bf68275dda64c889  Yang

导出字符分析:

# strings Yang
#strings命令可以从ELF文件中㿱索ASCII字符串,可以发现一些IP信息,加载内核命令,恶意攻击函数名

 

相关文章:

  • 2022-12-23
  • 2021-11-17
  • 2021-08-06
  • 2022-12-23
  • 2021-10-18
  • 2021-12-29
  • 2021-10-06
  • 2022-12-23
猜你喜欢
  • 2021-12-20
  • 2022-03-04
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2021-05-16
  • 2022-01-10
相关资源
相似解决方案