Ticket #1 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Egghunter vs Exploit.platform

Reported by: hdm Assigned to: mmiller
Priority: major Milestone:
Component: framework3 Version:
Keywords: Cc:

Description

The egghunter mixin currently uses the selected target's platform and architecture. The problem occurs when no target-specific platform of arch is defined, but the exploit itself has the platform/arch defined in the module info. Since the target-based platform values are the 'alias' values and the module_info based platform value is a PlatformList? of Platform objects (with now way to get the alias of the current platform), the Egghunter module fails to generate. A temporary hack has been added to default the platform to 'win' and the arch to 'x86', but this needs to be resolved in a better way.

Change History

02/17/07 13:56:28 changed by hdm

  • owner changed from hdm to mmiller.

02/18/07 06:08:12 changed by mmiller

  • status changed from new to closed.
  • resolution set to fixed.

(In [4435]) fixes #1