elf

  1. beanburrito

    On-Line Web Based AntiVirus Scanners, List of

    Here's a list of On-Line, Web Based AntiVirus Scanners which we find useful: Virustotal Hybrid Analysis Kaspersky TIP Jotti MetaDefender Filescan.io Intezer Nucleon Malprob Avira M$ Related: MalwareBazaar Recorded Future Triage ANY.RUN AlienVault Joesandbox Valkyrie / comodo Manalyzer Cuckoo...
  2. OnlyWick

    How to examine `elf` file by hexdump?

    I'm learning elf file layout, so I'm reading Executable_and_Linkable_Format. In the beginning, I used `readelf -a` to exmine elf(.o file), but it provided is not my want, so I used hexdump -C to exmined it binaries form. I used `as -Og -g ... -o ..., ld ... -o ...` and `hexdump -C ...` to...
Top