Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work on Linux via command line #2

Closed
zebp opened this issue Sep 16, 2019 · 5 comments
Closed

Doesn't work on Linux via command line #2

zebp opened this issue Sep 16, 2019 · 5 comments

Comments

@zebp
Copy link

zebp commented Sep 16, 2019

I'm trying to inject into the provided test target with the test library and I haven't been able to do it successfully, image here. I'm fairly sure the error stems from the injector__call_function function in remote_call.c but I don't have the C knowledge to figure out a fix.

@kubo
Copy link
Owner

kubo commented Sep 17, 2019

Could you post your environment?

  • Distribution name and version (cat /etc/os-release)
  • CPU architecture (uname -m)
  • C compiler version (cc --version)

It works on my environment: Ubuntu 16.04, x86_64, gcc 5.4.0.

@zebp
Copy link
Author

zebp commented Sep 17, 2019

cat /etc/os-release

NAME="Arch Linux"
PRETTY_NAME="Arch Linux"
ID=arch
BUILD_ID=rolling
ANSI_COLOR="0;36"
HOME_URL="https://www.archlinux.org/"
DOCUMENTATION_URL="https://wiki.archlinux.org/"
SUPPORT_URL="https://bbs.archlinux.org/"
BUG_REPORT_URL="https://bugs.archlinux.org/"
LOGO=archlinux

uname -m

x86_64

cc --version

cc (GCC) 9.1.0

@kubo
Copy link
Owner

kubo commented Sep 18, 2019

Thanks for the information.
I reproduced the issue. I'll check it later.

@kubo kubo closed this as completed in 975e3ae Sep 20, 2019
@kubo
Copy link
Owner

kubo commented Sep 20, 2019

@vlakreeh I pushed a commit. Could you try it?

@zebp
Copy link
Author

zebp commented Sep 20, 2019

All fixed, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants