libxposed / api

Apache License 2.0
144 stars 60 forks source link

Allow Hooks in the java.net Package #19

Closed DavidBerdik closed 5 months ago

DavidBerdik commented 5 months ago

I am writing a new module that requires hooking a function in java.net.NetworkInterface, but it seems that I am unable to do so.

I do not receive any error when I try to apply the hook, but when the function is executed, the hook does not execute. It is also worth noting that it seems that I am able to enter an incorrect name for a method and it will still not throw an error.

If further information is needed about the nature of the problem I am facing, please let me know and I will be happy to provide it.

yujincheng08 commented 5 months ago

wrong place to report

DavidBerdik commented 5 months ago

@yujincheng08 Please tell me where I should report this and I will do so.

yujincheng08 commented 5 months ago

https://github.com/LSPosed/LSPosed

DavidBerdik commented 5 months ago

@yujincheng08 It looks like I do not have permission to open an issue on the LSPosed repo.

DavidBerdik commented 5 months ago

Should I post the issue under Discussions?

DavidBerdik commented 5 months ago

I have attempted to post about the issue under the Discussions tab at https://github.com/LSPosed/LSPosed, but I do not have the privileges to do so.

@yujincheng08 or someone else on the team: Please advise on how I can address this.

image

image

DavidBerdik commented 5 months ago

After further investigation, I have determined that this issue is not present in the old API.