You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the PIN tool on this binary, which is a reverse engineering challenge, not malware. It is using nanomites, I think, and causes the PIN tool to crash:
$ /home/jan/pin/pin -t ./ddph64.so -- ~/Downloads/nanomites.elf
++++++++++++++++++++++++++++++++++++++++++++
+ +
+ Dragon Dance Pin Helper (ddph) +
+ Binary Coverage Data Collector +
+ Build datetime: Mar 22 2020 00:54:57 +
+ +
+ oguz kartal - 2019 +
+ http://oguzkartal.net +
+ +
++++++++++++++++++++++++++++++++++++++++++++
A: Source/pin/elfio/img_elf.cpp: ProcessProgramHeaders: 393: assertion failed: phs[i].p_vaddr >= IMG_seg_text_vaddr_i(img).value() + IMG_seg_text_vsize_i(img)
################################################################################
## STACK TRACE
################################################################################
??? at /home/jan/Downloads/dragondance-master/coveragetools/./ddph64.so+0x000109d1b
LEVEL_IMGIO::IMG_ReadImage+0x0000018f7 at /home/jan/Downloads/dragondance-master/coveragetools/./ddph64.so+0x00010da87
??? at /home/jan/Downloads/dragondance-master/coveragetools/./ddph64.so+0x00009bf0c
LEVEL_PINCLIENT::ProcessImageLoad+0x00000004d at /home/jan/Downloads/dragondance-master/coveragetools/./ddph64.so+0x00009e82d
LEVEL_PINCLIENT::ProcessImageLoad+0x00000000f at /home/jan/Downloads/dragondance-master/coveragetools/./ddph64.so+0x00009e8df
LEVEL_PINCLIENT::ImageInitialize+0x0000000fd at /home/jan/Downloads/dragondance-master/coveragetools/./ddph64.so+0x0000e02ed
??? at /home/jan/Downloads/dragondance-master/coveragetools/./ddph64.so+0x0000ba397
LEVEL_INJECTOR::UNIX_INJECTEE::StartProgram+0x000000101 at /home/jan/pin/intel64/bin/pinbin+0x000396a51
??? at /home/jan/Downloads/dragondance-master/coveragetools/./ddph64.so+0x0000b6daf
main+0x0000001f7 at /home/jan/Downloads/dragondance-master/coveragetools/./ddph64.so+0x00005c176
LEVEL_INJECTOR::UNIX_INJECTEE::StartTool+0x000000212 at /home/jan/pin/intel64/bin/pinbin+0x000395392
LEVEL_INJECTOR::UNIX_INJECTEE::RunMainThreadOnPinStackAttach+0x000000429 at /home/jan/pin/intel64/bin/pinbin+0x0003981e9
Pin: pin-3.11-97998-7ecce2dac
Copyright 2002-2019 Intel Corporation.
Aborted (core dumped)
I am using the PIN tool on this binary, which is a reverse engineering challenge, not malware. It is using nanomites, I think, and causes the PIN tool to crash:
nanomites.zip
The text was updated successfully, but these errors were encountered: