DynamoRIO / DynamoRIO/dynamorio

DR crashes when analyzing UPX packed binaries on Ubuntu

Open
#2,289 0 comments 0 reactions 0 assignees View on GitHub
Bug-AppCrash OpSys-x86
Dominant language
C
Stars
3.2k
Forks
629
Avg merge
2d 15h
Merged PRs (30d)
31

Description

DynamoRio crashes with Bus Error when instrumenting a binary packed with UPX (on ubuntu).

How to reproduce:
```bash
cat << EOF > hello.c
#include
int main(void) {
printf("hello world\n");
return 0;
}
EOF
gcc -static -o hello hello.c
upx -v -o hello_upx hello
drrun -- hello_upx
## Bus error (core dumped)
```

Platform: Ubuntu 16.04 LTS x86_64
Dr Version: drrun version 6.2.17231 -- build 0 (Commit: a7ff3fa3a70b98e42d49c8a7a6d016e82fa0c6da)
gcc: 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
UPX: 3.91

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.