| Module | Msf::Payload::Generic |
| In: |
lib/msf/core/payload/generic.rb
|
| actual_payload | [RW] | The actual underlying platform/arch-specific payload instance that should be used. |
| explicit_arch | [RW] | Accessor that makes it possible to define an explicit architecture. This is used for things like payload regeneration. |
| explicit_platform | [RW] | Accessor that makes it possible to define an explicit platform. This is used for things like payload regeneration. |
Generate is different from other methods — it will try to re-detect the actual payload in case settings have changed. Other methods will use the cached version if possible.
First, find the underlying payload and then pass all methods onto it.