Created
August 8, 2012 22:58
-
-
Save awreece/3299567 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% dtrace -Se -n 'syscall::mmap:entry /arg3 & 0x1000 == 0/ {}' | |
DIFO 0x0x7fcd92611400 returns D type (integer) (size 8) | |
OFF OPCODE INSTRUCTION | |
00: 29010901 ldgs DT_VAR(265), %r1 ! DT_VAR(265) = "arg3" | |
01: 25000002 setx DT_INTEGER[0], %r2 ! 0x0 | |
02: 03010201 and %r1, %r2, %r1 | |
03: 23000001 ret %r1 | |
NAME ID KND SCP FLAG TYPE | |
arg3 109 scl glb r D type (integer) (size 8) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment