Title |
Test
Find
Get assembly param's instructions
|
Expression |
^\s*([\w*]+)\s*(?:(-?[\d]+)?\s*[(]?\s*(%[\w]+)?\s*,?\s*(%[\w]+)\s*,?\s*([\d]+)?[)]?|([$\d]+))\s*(?:,\s*(-?[\d]+)?\s*[(]?\s*(%[\w]+)?\s*,?\s*(%[\w]+)\s*,?\s*([\d]+)?[)]?)?\s*$ |
Description |
Get Assembly param's instructions from instruction like: pop %eax to movl -12(%ebp, %eax, 4),-12(, %eax,4) or other like movl $0x324, (%ebx) |
Matches |
movl -12(%ebp, %eax, 4),-12(, %eax,4) |
Non-Matches |
.global, .section, ecc |
Author |
Rating:
Not yet rated.
Andrea Colato
|
Source |
|
Your Rating |
|