IDArling icon indicating copy to clipboard operation
IDArling copied to clipboard

"Mark as decompiled" not synced.

Open parazyd opened this issue 4 years ago • 1 comments

Hi. It seems that when marking a function as decompiled in IDA, it does not get synced with other IDArling users.

Is this intended or something that can be implemented/fixed?

parazyd avatar Mar 13 '21 12:03 parazyd

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 not-synced, I advise you read the documentation: https://github.com/fidgetingbits/IDArling#features

The hooks defined in https://github.com/fidgetingbits/IDArling/blob/master/idarling/core/hooks.py#L60 actually dictate what is synced already.

If you want to add support for it, you have to check what event is generated by IDA itself when you click "Mark as decompiled" then add a hook for this particular event in IDArling.

Let me know if you have any question.

saidelike avatar Mar 22 '21 08:03 saidelike