executables
Toggle table of contents
0.0.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
executables
pe
/
space.iseki.executables.pe
/
PE32Magic
PE32Magic
@
JvmInline
@
Serializable
(
with
=
PE32Magic.Serializer::class
)
value
class
PE32Magic
(
val
value
:
Short
)
:
Comparable
<
PE32Magic
>
(
source
)
Represents the pe32 magic value in a pe file.
Members
Constructors
PE32Magic
Link copied to clipboard
constructor
(
value
:
Short
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
value
Link copied to clipboard
val
value
:
Short
the raw short value representing the magic
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
PE32Magic
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String