miasm
Reverse engineering framework
test_branchjump.TestBranchJump Class Reference
Inheritance diagram for test_branchjump.TestBranchJump:
Collaboration diagram for test_branchjump.TestBranchJump:

Public Member Functions

def test_bra (self)
 
def test_beqz (self)
 
def test_bnez (self)
 
def test_beqi (self)
 
def test_bnei (self)
 
def test_blti (self)
 
def test_bgei (self)
 
def test_beq (self)
 
def test_bne (self)
 
def test_bsr (self)
 
def test_jmp (self)
 
def test_jsr (self)
 
def test_ret (self)
 

Member Function Documentation

◆ test_beq()

def test_branchjump.TestBranchJump.test_beq (   self)
Test BEQ execution
Here is the call graph for this function:

◆ test_beqi()

def test_branchjump.TestBranchJump.test_beqi (   self)
Test BEQI execution
Here is the call graph for this function:

◆ test_beqz()

def test_branchjump.TestBranchJump.test_beqz (   self)
Test BEQZ execution
Here is the call graph for this function:

◆ test_bgei()

def test_branchjump.TestBranchJump.test_bgei (   self)
Test BGEI execution
Here is the call graph for this function:

◆ test_blti()

def test_branchjump.TestBranchJump.test_blti (   self)
Test BLTI execution
Here is the call graph for this function:

◆ test_bne()

def test_branchjump.TestBranchJump.test_bne (   self)
Test BNE execution
Here is the call graph for this function:

◆ test_bnei()

def test_branchjump.TestBranchJump.test_bnei (   self)
Test BNEI execution
Here is the call graph for this function:

◆ test_bnez()

def test_branchjump.TestBranchJump.test_bnez (   self)
Test BNEZ execution
Here is the call graph for this function:

◆ test_bra()

def test_branchjump.TestBranchJump.test_bra (   self)
Test BRA execution
Here is the call graph for this function:

◆ test_bsr()

def test_branchjump.TestBranchJump.test_bsr (   self)
Test BSR execution
Here is the call graph for this function:

◆ test_jmp()

def test_branchjump.TestBranchJump.test_jmp (   self)
Test JMP execution
Here is the call graph for this function:

◆ test_jsr()

def test_branchjump.TestBranchJump.test_jsr (   self)
Test JSR execution
Here is the call graph for this function:

◆ test_ret()

def test_branchjump.TestBranchJump.test_ret (   self)
Test RET execution
Here is the call graph for this function:

The documentation for this class was generated from the following file: