You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to review every change made to a given project? There are several use cases that come to my mind:
Reviewing all the changes after having a better overall understanding of a given binary
Applying the same changes to a different build (different compiler/options, architecture, new version of the binary, ...)
A new version of Ghidra comes up with better analysis (let's say, at prototype guessing) that would be better than the manual changes made previously (so knowing which prototypes you changed from the default detection would help here)
The information I'm be looking for includes:
added, deleted or changed symbols and data types (including category/namespaces moves)
flow / data type adjustments in the listing
function / variable namings in the decompiler
comments
Eventually the time at which each change was made, but that might conflict with an aggregated (final) view of all the changes.
This discussion was converted from issue #422 on March 21, 2023 14:22.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a way to review every change made to a given project? There are several use cases that come to my mind:
The information I'm be looking for includes:
Eventually the time at which each change was made, but that might conflict with an aggregated (final) view of all the changes.
Is there anything currently close to this?
Beta Was this translation helpful? Give feedback.
All reactions