Dump of assembler code for function main: 0x0000000000400536 <+0>: push %rbp 0x0000000000400537 <+1>: mov %rsp,%rbp 0x000000000040053a <+4>: mov %edi,-0x14(%rbp) 0x000000000040053d <+7>: mov %rsi,-0x20(%rbp) 0x0000000000400541 <+11>: movl $0x2,-0xc(%rbp) 0x0000000000400548 <+...
(gdb) disassemble Dump of assembler code for function dumpCrash: 0x000000000040051d <+0>: push %rbp 0x000000000040051e <+1>: mov %rsp,%rbp 0x0000000000400521 <+4>: sub $0x10,%rsp 0x0000000000400525 <+8>: movq $0x4005e0,-0x8(%rbp) 0x000000000040052d <+16>: mov -0x8(%rbp),%rax ...
#2 0x000000000040115d in main () at test.cpp:26 Dump of assembler code for function pthread_join: 0x00007fe10bca94f0 <+0>: mov 0x2d0(%rdi),%eax 0x00007fe10bca94f6 <+6>: test %eax,%eax 0x00007fe10bca94f8 <+8>: js 0x7fe10bca9630 <pthread_join+320> 0x00007fe10bca94fe <+14...
Dump of assembler code for function dumpCrash: 0x000000000040051d <+0>: push %rbp 0x000000000040051e <+1>: mov %rsp,%rbp 0x0000000000400521 <+4>: sub $0x10,%rsp 0x0000000000400525 <+8>: movq $0x4005e0,-0x8(%rbp) 0x000000000040052d <+16>: mov -0x8(%rbp),%rax 0x0000000000400531 <...
(gdb) disassemble Dump of assembler code for function php_autoglobal_merge: 0x55a25038 <+0>: lui gp,0x4d 0x55a2503c <+4>: addiu gp,gp,10216 0x55a25040 <+8>: addu gp,gp,t9 0x55a25044 <+12>: addiu sp,sp,-104 0x55a25048 <+16>: sw ra,100(sp) 0x55a2504c <+20>: sw...
The name must conform to the rules for an ordinary assembler language symbol. DSNAD=dsnad DSN=dsn DDNAME=ddname A required input parameter. The output dump data set should have the attributes of RECFM=FB and LRECL=4160. DSNAD=dsnad A 4-byte field which contains the address of the ...
The name must conform to the rules for an ordinary assembler language symbol. DSNAD=dsnad DSN=dsn DDNAME=ddname A required input parameter. The output dump data set should have the attributes of RECFM=FB and LRECL=4160. DSNAD=dsnad A 4-byte field which contains the address of the ...
Glad you posted something again... Anonymous July 31, 2014 Thank you for explaining that. It's sooo hard to explore kernel mode code and crash dump analysis. If I had more time, I'd surely learn to write kernel mode and be fluent in assembler....
(so I'm guessing something network related) The last function called before the stack was: hal!KeAcquireSpinLockRaiseToSynch+0xe Any tips on further analyzing this problem? I really find this stuff interesting but I'm guessing I would have to aquire some Assembler knowledge to ...
assembler-language versions of ntoh[ls]() and hton[ls](), * defined if the OS doesn't provide them. These assume no more than * an 80386, so, for example, it avoids the bswap instruction added in * the 80486. * * (We don't use them on macOS; Apple provides their own, w...