akde/infosec

Information security is ultimately about managing risk


See also the Bina­ry analy­sis post

Win­dows uses as for­mat for the exe­cute­able files the PE Portable Exe­cute­able for­mat. This is a bina­ry for­mat which can be used as a

  • .exe direct­ly exe­cute­able program,
  • .dll a library for oth­er programs,
  • .sys or .drv a sys­tem program.

Eng­lish (light ‘xkcd’) — Imgur has a graph­i­cal overview.

Leave a Reply

About

Personal collection of some infosec stuff. Primary purpose of this site is to collect and organize for myself.

Note: Some content is not publicly visible due to copyright issues. Therefore, some links could be broken.

Checklists

Categories

Checklists: Ports

python -c 'import pty;pty.spawn("/bin/bash")';

python3 -c 'import pty;pty.spawn("/bin/bash")';