mirror of
				https://github.com/sampletext32/ParkanPlayground.git
				synced 2025-11-04 07:19:45 +03:00 
			
		
		
		
	fix segment override tests according to ghidra
This commit is contained in:
		@@ -45,12 +45,12 @@ RawBytes;Instructions
 | 
				
			|||||||
65314B10;[{ "Type": "Xor", "Operands": ["dword ptr gs:[ebx+0x10]", "ecx"] }]
 | 
					65314B10;[{ "Type": "Xor", "Operands": ["dword ptr gs:[ebx+0x10]", "ecx"] }]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Complex addressing modes with segment overrides
 | 
					# Complex addressing modes with segment overrides
 | 
				
			||||||
26891C8D78563412;[{ "Type": "Mov", "Operands": ["dword ptr es:[ebp+ecx*4+0x12345678]", "ebx"] }]
 | 
					26891C8D78563412;[{ "Type": "Mov", "Operands": ["dword ptr es:[ecx*4+0x12345678]", "ebx"] }]
 | 
				
			||||||
2E8B1C8D78563412;[{ "Type": "Mov", "Operands": ["ebx", "dword ptr cs:[ebp+ecx*4+0x12345678]"] }]
 | 
					2E8B1C8D78563412;[{ "Type": "Mov", "Operands": ["ebx", "dword ptr cs:[ecx*4+0x12345678]"] }]
 | 
				
			||||||
36891C8D78563412;[{ "Type": "Mov", "Operands": ["dword ptr ss:[ebp+ecx*4+0x12345678]", "ebx"] }]
 | 
					36891C8D78563412;[{ "Type": "Mov", "Operands": ["dword ptr ss:[ecx*4+0x12345678]", "ebx"] }]
 | 
				
			||||||
3E8B1C8D78563412;[{ "Type": "Mov", "Operands": ["ebx", "dword ptr ds:[ebp+ecx*4+0x12345678]"] }]
 | 
					3E8B1C8D78563412;[{ "Type": "Mov", "Operands": ["ebx", "dword ptr ds:[ecx*4+0x12345678]"] }]
 | 
				
			||||||
64891C8D78563412;[{ "Type": "Mov", "Operands": ["dword ptr fs:[ebp+ecx*4+0x12345678]", "ebx"] }]
 | 
					64891C8D78563412;[{ "Type": "Mov", "Operands": ["dword ptr fs:[ecx*4+0x12345678]", "ebx"] }]
 | 
				
			||||||
658B1C8D78563412;[{ "Type": "Mov", "Operands": ["ebx", "dword ptr gs:[ebp+ecx*4+0x12345678]"] }]
 | 
					658B1C8D78563412;[{ "Type": "Mov", "Operands": ["ebx", "dword ptr gs:[ecx*4+0x12345678]"] }]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Direct memory addressing with segment overrides
 | 
					# Direct memory addressing with segment overrides
 | 
				
			||||||
26FF3578563412;[{ "Type": "Push", "Operands": ["dword ptr es:[0x12345678]"] }]
 | 
					26FF3578563412;[{ "Type": "Push", "Operands": ["dword ptr es:[0x12345678]"] }]
 | 
				
			||||||
 
 | 
				
			|||||||
| 
		
		
			 Can't render this file because it contains an unexpected character in line 6 and column 13. 
		
	 | 
		Reference in New Issue
	
	Block a user