Top

miasm2.core module

Core components

"Core components"

Sub-modules

miasm2.core.asmbloc

This module will be removed in favour of asmblock.py Cause: French tipo.

miasm2.core.objc

C helper for Miasm: raw C to Miasm expression Miasm expression to raw C * Miasm expression to C type

miasm2.core.sembuilder

Helper to quickly build instruction's semantic side effects

miasm2.core.types

This module provides classes to manipulate pure C types as well as their representation in memory. A typical usecase is to use this module to easily manipylate structures backed by a VmMngr object (a miasm sandbox virtual memory):

class ListNode(MemStruct):
    fields = [
        ("next...