rodionovd/task_vaccine

Add tests

rodionovd opened this issue · 0 comments

Tests that should pass:
  • Inject x86_64 payload from x86_64 host into x86_64 target
  • Inject FAT payload from x86_64 host into x86_64 target
  • Inject i386 payload from x86_64 host into i386 target
  • Inject FAT payload from x86_64 host into i386 target
  • Inject x86_64 payload from i386 host into x86_64 target
  • Inject FAT payload fromi386 host into x86_64 target
  • Inject i386 payload from i386 host into i386 target
  • Inject FAT payload from i386 host into i386 target
Tests that should fail:
  • Inject i386 payload from x86_64 host into x86_64 target
  • Inject x86_64 payload from x86_64 host into i386 target
  • Inject i386 payload from i386 host into x86_64 target
  • Inject x86_64 payload from i386 host into i386 target