Author Topic: [Tutorial] Analyzing Malware By Example: Part 1  (Read 7571 times)

0 Members and 2 Guests are viewing this topic.

Offline F3real3

  • NULL
  • Posts: 4
  • Cookies: -1
    • View Profile
Re: [Tutorial] Analyzing Malware By Example: Part 1
« Reply #15 on: November 27, 2015, 02:38:50 am »
Great tutorial. :)
There is small typo "safed" instead of saved.

Offline Deque

  • P.I.N.N.
  • Global Moderator
  • Overlord
  • *
  • Posts: 1203
  • Cookies: 518
  • Programmer, Malware Analyst
    • View Profile
Re: [Tutorial] Analyzing Malware By Example: Part 1
« Reply #16 on: November 27, 2015, 09:03:16 am »
Great tutorial. :)
There is small typo "safed" instead of saved.

Thanks for the note. I corrected the typo.  :)

Offline Racheltjie de Beer

  • Serf
  • *
  • Posts: 26
  • Cookies: -1
  • Everything Zen
    • View Profile
Re: [Tutorial] Analyzing Malware By Example: Part 1
« Reply #17 on: January 29, 2016, 11:31:26 am »
No to double post...

Just a note on using vi to view the file in Hex:
  • Open extracted file using vi
  • To switch to Hex, type:
    :%!xxd
  • To switch back, type:
    :%!xxd -r

This might be old news to seasoned *Nix users...
(Thinkn) x ∑1n (Search x Reading)