frida-mono-api icon indicating copy to clipboard operation
frida-mono-api copied to clipboard

mono_assembly_foreach cannot be found by Module.findExportByName

Open hcleldaddonio opened this issue 5 years ago • 4 comments

Hey,

When trying to use the API you provide I notice that exception is being thrown. After small debugging, I figure out that mono_assembly_foreach cannot be found by Module.findExportByName - it returns null. do you know that reason? I tried this for an iOS Xamarin app but no luck.

hcleldaddonio avatar Feb 13 '20 08:02 hcleldaddonio

Sorry for the late answer. Can you check that again? I merged some changes which may fix that.

freehuntx avatar May 05 '20 20:05 freehuntx

Nope, it still doesn't work. Did you try on a device or simulator?

Can you share details regarding the app you perform your tests with?

hcleldaddonio avatar May 12 '20 20:05 hcleldaddonio

I dont work with xamarin and dont plan to but i guess thats a issue with non existent api exports. I guess its related to this issue: https://github.com/freehuntx/frida-mono-api/issues/3

freehuntx avatar May 23 '20 20:05 freehuntx

Im currently reworking "frida-mono" and it will contain everything needed to work with mono. This repo will become obsolete when thats done. You can follow the current state in this branch: https://github.com/freehuntx/frida-mono/tree/feature/v1

I wont concentrate on fixing things here since im not happy with the codebase. Keep an eye on frida-mono :)

freehuntx avatar Nov 10 '20 09:11 freehuntx