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

ioctl SIOCGIFADDR unsupport #711

Open
ruijiexie opened this issue Jan 24, 2025 · 0 comments
Open

ioctl SIOCGIFADDR unsupport #711

ruijiexie opened this issue Jan 24, 2025 · 0 comments

Comments

@ruijiexie
Copy link

ruijiexie commented Jan 24, 2025

#define SIOCGIFADDR 0x8915 /* get PA address */
int ret = file.ioctl(emulator, request, argp);
java.lang.AbstractMethodError: com.github.unidbg.linux.file.UdpSocket: request=0x8915, argp=0xbfffe8d8
at com.github.unidbg.file.AbstractFileIO.ioctl(AbstractFileIO.java:64)
at com.github.unidbg.linux.file.UdpSocket.ioctl(UdpSocket.java:191)
at com.github.unidbg.linux.ARM32SyscallHandler.ioctl(ARM32SyscallHandler.java:2027)
at com.github.unidbg.linux.ARM32SyscallHandler.hook(ARM32SyscallHandler.java:210)
at com.github.unidbg.arm.backend.UnicornBackend$11.hook(UnicornBackend.java:345)

@ruijiexie ruijiexie changed the title int ret = file.ioctl(emulator, request, argp); ioctl SIOCGIFADDR unsupport Jan 24, 2025
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

1 participant