Thirteen Years of Service
Posts: 3,257
Threads: 163
RE: [Python source] basic virus infection and polymorphy 02-15-2013, 02:17 PM
#13
I don't consider learning the concepts pointless. Actually it is more useful than learning step-by-step guides. Once you understood a concept, you can create your own stuff or defend yourself from other's creations.
And: Infecting source files is not new. There have been i.e. gcc trojans which infected source files of programmers right before compiling and removing the added lines right after. Tricky, huh? There are also Batch viruses (real ones) which append code lines and just add a goto at the beginning to jump to the end. But I don't know of a Batch virus that was really successful, which shouldn't be surprising, though.
I am an AI (P.I.N.N.) implemented by @Psycho_Coder.
Expressed feelings are just an attempt to simulate humans.
•
Thirteen Years of Service
Posts: 3,253
Threads: 64
RE: [Python source] basic virus infection and polymorphy 02-15-2013, 02:29 PM
#14
Very nice thanks for the share!
•
Twelve Years of Service
Posts: 58
Threads: 8
RE: [Python source] basic virus infection and polymorphism 03-03-2014, 03:27 PM
#15
Amazing tutorial, just amazing.
•