Cedric Halbronn

Results 117 comments of Cedric Halbronn

What do you mean by "standalone" server? You mean "remote server"? I tried to create a new group, new project and new database but it didn't crash. I'm using a...

It is because the idarling plugin saves the project name in the idb itself, and renaming the project does not update the idb. So we have an architecture problem here....

The proper method may be to delete all databases (i.e. snapshots) from the project and have a new empty project and ask the user to save the new database. So...

Note that this happens for a tick=0 so is not related to replaying an action, but really about just opening the IDB and running idarling plugin.

Thank you for your reply, really helpful insights/comments. At the bottom you'll have the output of all the commands. - from 1) and 2), it does no look like I...

I actually hadn't tried the test above after a fresh reboot. So I tried again but it seems the same result. FWIW this is not for a Windows device or...

I think I have the same problem with the latest version and on Windows * `console.log` crashes neovim * `console.error` and `console.info` do nothing details I have tried to set...

NOTE: if anyone is interested, you can change the default shortcuts using https://support.mozilla.org/en-US/kb/manage-extension-shortcuts-firefox

We can detect if ret-sync is installed by checking for the presence of `SyncPlugin.py`: ``` if ida_loader.find_plugin("SyncPlugin"): ``` but not sure how to detect if it is currently being used...

Hi parazyd, The short answer is: it is not intended, and it may be possible to add it. If you want to understand why certain events are synced vs other...