Cedric Halbronn

Results 117 comments of Cedric Halbronn

I don't seem to be able to replicate this. I tried the following: Right clicking on "Connected" to make it "Disconnected" in IDA taskbar (i.e. IDArling bar) This is what...

Note that it is possible that we can allow underscores in idb names but haven't checked it yet hence why this issue

It is theoretically possible to use your method to load an ASA image into GNS3 but the currently documented way is to use the .qcow2 instead of the .bin, at...

Any particular reason? The .bin is inside the .qcow2...

`aaa_admin_authenticate` is a symbol of `lina` that you need to have defined in the `asadb.json` for `lina.py` to be able to patch `lina`. It is because we use this address...

Hi, Sorry for the late reply. I agree the term "Android" is vague, especially with the heterogeneity of the Android ecosystem, the different OEM/vendor's customisations, etc. The whole purpose of...

@justinmk Thanks for all your insights, definitely helpful. I have a single exported node function `TestHarnessRun()` being called from lua to do all the tests (since mocha is invoked by...

Hi, anything I can do to help with that? That would be really cool and I already have a project that is written in typescript that I could use to...

Hi, I've started adding typescript definitions for Program and dependencies in https://github.com/saidelike/Ghidra.js/tree/typescript/typings (e.g. for the [Program](https://github.com/saidelike/Ghidra.js/blob/typescript/typings/Program.d.ts#L40)). Hopefully this is helpful. Feel free to take them and integrate them to your...

Initial PR is https://github.com/vaguue/Ghidra.js/pull/2. What would be the next steps for this?