Guest User

Untitled

a guest
May 24th, 2018
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. __text:00006090 0BC ADD R3, SP, #0x90 ; pointer to &err,
  2. __text:00006090 ; errors will be sent there
  3. __text:00006094 0BC MOV R0, R4 ; kCFAllocatorDefault
  4. __text:00006098 0BC BL _MKMediaCreateWithPath ; MKMediaOut = MKMediaCreateWithPath(kCFAllocatorDefault, "/dev/disk0", LeetMutableDic, &err);
  5. __text:0000609C 0BC STR R0, [SP,#0x4C] ; Store MKMediaOut in stack
  6. __text:000060A0 0BC MOV R0, R5 ; MutableDic
  7. __text:000060A4 0BC BL _CFRelease ; CFRelease(MutableDic);
  8. __text:000060A8 0BC LDR R5, [SP,#0x90] ; R5 = content in &err
  9. __text:000060AC 0BC CMP R5, #0 ; if(&err != 0) {
Add Comment
Please, Sign In to add comment