0xElessar

Results 12 issues of 0xElessar

Hey @klezVirus , when you have a moment, could you have a look at below. I tried to use your tool to generate some DLL and sign them. Here are...

bug

Hello, thank you for the script. I can't make it run unfortunately. Where I can find this module? Am I missing something obvious? error: module importing failed: No module named...

Thank you for providing such great tooling. Extremely helpful. However, 2 scripts do not work correctly on Android 9 and newer Frida version (>12.6). [https://github.com/FSecureLABS/android-keystore-audit/blob/master/frida-scripts/fingerprint-bypass-via-exception-handling.js](https://github.com/FSecureLABS/android-keystore-audit/blob/master/frida-scripts/fingerprint-bypass-via-exception-handling.js) after running the bypass() command,...

Hello Leon, thanks again for the great tool. I think I did what you described in the plugin section. I have compiled the dynamic library using files and FLEX Classes...

freshissue

Running v1.1.0 on Win10 21H2 : `Certify.exe find /vulnerable` results in the following error message: ```` [!] Unhandled Certify exception: System.ArgumentNullException: Value cannot be null. Parameter name: source at System.Linq.Enumerable.Contains[TSource](IEnumerable`1...

Hello, thanks for amazing tool. Unfortunately, I cannot use it in my current assessment. My kubeconfig works fine, I can get all information from kubectl I want, but when I...

Hello. currently, the docker exposes websocket port over localhost only: `tcp 0 0 127.0.0.1:8182 0.0.0.0:* LISTEN 3691545/docker-prox ` Could you add an option to make it available over network (0.0.0.0:8182),...

Hello @hot3eed , sorry to bother you again. But I created extremely simple class in Swift class TestString: ``` "TestString": { "$conformances": [], "$methods": [ { "address": "0x102b2c908", "name": "TestSwift2.TestString.generateSwiftString()...

Hello @hot3eed , thanks for the great extension. However, I am failing miserably with Interceptor. I am getting this error message: `Error: Couldn't parse function with signature: static APP.CFMKeyChain.get(APP.CFMKeyChain.Items) ->...

hello team, quick question. Does the Swift Bridge allows similar functionality to ObjC.choose, which allows accessing live instances of Obj-C classes? This is extremely useful, if constructor of a Swift...