有没有办法进行调试,然后是用Xamarin构建的APK,但我没有来源?

发布于 2025-02-06 06:50:02 字数 197 浏览 2 评论 0原文

有没有一种方法可以实现与Xamarin构建的APK,但我没有来源?我希望在调试解码的代码(我成功完成)时设置断点。但是,大多数功能现在都在dll文件中,而不是几年前我最后一次执行此功能。

我尝试通过.NET反射器对未压缩的DLL修改未压缩的DLL,然后重新压缩和重新签名,但是当从Reflexil/.NET Reflector节省节省时,DLL的格式似乎是不正确的。

Is there a way to live debug an APK which has been built with Xamarin but I do not have the source? I'm looking to set breakpoints while debugging the de-compiled code (which I have done successfully). Most of the functionality is in DLL files now though, not JAR files like a few years ago when I did this last.

I tried modifying the uncompressed DLLs with Reflexil via .NET Reflector, then re-compressing and re-signing, but the format of the DLL seems to be incorrect when saving from Reflexil/.NET Reflector and the modified APK does not load on the device.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文