class Metasm::Offset

offset directive can be used to fix padding length or to assert some code/data compiled length

Attributes

val[RW]

the assembler will arrange to make this pseudo-instruction be at this offset from beginning of current section

Public Class Methods

new(val, backtrace=nil) click to toggle source
# File metasm/main.rb, line 267
def initialize(val, backtrace=nil)
        @val, @backtrace = val, backtrace
end