-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Support for generating clang AST from exported JSON #51
base: main
Are you sure you want to change the base?
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f08a544 - Browse repository at this point
Copy the full SHA f08a544View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce54556 - Browse repository at this point
Copy the full SHA ce54556View commit details
Commits on Oct 29, 2024
-
ghidra: Remove happens_after relationship. It's less useful/meaningfu…
…l with resolving to custom high variables.
Configuration menu - View commit details
-
Copy full SHA for 7518bc2 - Browse repository at this point
Copy the full SHA 7518bc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8047a04 - Browse repository at this point
Copy the full SHA 8047a04View commit details -
ghidra: Working on resolving unknown inputs/outputs. Resolved call ar…
…guments. Merged handling of direct and indirect calls.
Configuration menu - View commit details
-
Copy full SHA for e6e9e90 - Browse repository at this point
Copy the full SHA e6e9e90View commit details
Commits on Oct 30, 2024
-
ghidra: Improved progress on local variable recovery via json p-code …
…operations. p-code operations now only include an 'output' node when the result goes to a named thing.
Configuration menu - View commit details
-
Copy full SHA for 77690f5 - Browse repository at this point
Copy the full SHA 77690f5View commit details
Commits on Nov 1, 2024
-
ghidra: Now creating HighLocals where there are stack frame Variables…
… that are associated with HighSymbol but often only just HighOthers where the HighSymbol has the right type but the HighOther doesn't, and also misses the names.
Configuration menu - View commit details
-
Copy full SHA for 0927e7c - Browse repository at this point
Copy the full SHA 0927e7cView commit details -
ghidra: Fixed some bugs where duplicate locals were being rendered in…
…to entry blocks.
Configuration menu - View commit details
-
Copy full SHA for c903084 - Browse repository at this point
Copy the full SHA c903084View commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 746e211 - Browse repository at this point
Copy the full SHA 746e211View commit details -
ghidra: Improve JSON serialization. Add Python script to render JSON …
…to DOT digraph of control-flow graph.
Configuration menu - View commit details
-
Copy full SHA for fd68194 - Browse repository at this point
Copy the full SHA fd68194View commit details
Commits on Nov 5, 2024
-
ghidra: Remove register classification of variables, switch to named …
…temporaries. This handles the case that a side-effectful unique, e.g. a LOAD, has more than one descendents, or that a register only has a single descendent.
Configuration menu - View commit details
-
Copy full SHA for ddb1bed - Browse repository at this point
Copy the full SHA ddb1bedView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9e7e3f - Browse repository at this point
Copy the full SHA d9e7e3fView commit details
Commits on Nov 6, 2024
-
ghidra: Remove live specific to debugging local_118 var/type resoluti…
…on issue in example binary.
Configuration menu - View commit details
-
Copy full SHA for b3a95b4 - Browse repository at this point
Copy the full SHA b3a95b4View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 473a61c - Browse repository at this point
Copy the full SHA 473a61cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f464b3f - Browse repository at this point
Copy the full SHA f464b3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 218abc5 - Browse repository at this point
Copy the full SHA 218abc5View commit details
Commits on Nov 8, 2024
-
ghidra: Added parameter PTRSUB recovery. Added blacklist of functions…
… not to lift (definitions).
Configuration menu - View commit details
-
Copy full SHA for efc5341 - Browse repository at this point
Copy the full SHA efc5341View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac0b08b - Browse repository at this point
Copy the full SHA ac0b08bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56e57ed - Browse repository at this point
Copy the full SHA 56e57edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8728335 - Browse repository at this point
Copy the full SHA 8728335View commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2db5f30 - Browse repository at this point
Copy the full SHA 2db5f30View commit details
Commits on Nov 12, 2024
-
ghidra: Fixup stack pointer-based varnodes in non-PTRSUB PcodeOps. Fo…
…r example, sometimes there is a reference to the stack pointer in the call, and it represents the address of first/last variable in the stack frame.
Configuration menu - View commit details
-
Copy full SHA for 344b072 - Browse repository at this point
Copy the full SHA 344b072View commit details -
ghidra: Fixes for length calculation of string data types. Fixes for …
…address labels for global variables with unusual VariableStorage.
Configuration menu - View commit details
-
Copy full SHA for 706ce1a - Browse repository at this point
Copy the full SHA 706ce1aView commit details
Commits on Nov 13, 2024
-
ghidra: Add flag to calls when the lack of an output signals a void r…
…eturn. Remove HighSymbol-relative offset adjustment related to stack address displacement calculation.
Configuration menu - View commit details
-
Copy full SHA for beb75ce - Browse repository at this point
Copy the full SHA beb75ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 800f11c - Browse repository at this point
Copy the full SHA 800f11cView commit details
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c02d66 - Browse repository at this point
Copy the full SHA 8c02d66View commit details
Commits on Nov 15, 2024
-
ghidra: Make entry basic blocks namespaced by the function address so…
… that the DOT digraphs look right.
Configuration menu - View commit details
-
Copy full SHA for 64659a7 - Browse repository at this point
Copy the full SHA 64659a7View commit details
Commits on Nov 19, 2024
-
Represent CALLOTHER intrinsics as top-level variadic functions with i…
…s_intrinsic = true.
Configuration menu - View commit details
-
Copy full SHA for dc55a38 - Browse repository at this point
Copy the full SHA dc55a38View commit details
Commits on Nov 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ea637ef - Browse repository at this point
Copy the full SHA ea637efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a59d05 - Browse repository at this point
Copy the full SHA 9a59d05View commit details -
Configuration menu - View commit details
-
Copy full SHA for f283735 - Browse repository at this point
Copy the full SHA f283735View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25bee53 - Browse repository at this point
Copy the full SHA 25bee53View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf1bb4c - Browse repository at this point
Copy the full SHA bf1bb4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41f40ce - Browse repository at this point
Copy the full SHA 41f40ceView commit details
Commits on Nov 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5e44880 - Browse repository at this point
Copy the full SHA 5e44880View commit details