forked from NationalSecurityAgency/ghidra
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Automatic include header files #4
Open
Sarapulov-Vas
wants to merge
47
commits into
spbu-se:master
Choose a base branch
from
VyacheslavIurevich:importHeaderFiles
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Automatic include header files #4
Sarapulov-Vas
wants to merge
47
commits into
spbu-se:master
from
VyacheslavIurevich:importHeaderFiles
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Sarapulov Vasilii <sarapulov.vas@mail.ru>
Signed-off-by: Sarapulov Vasilii <sarapulov.vas@mail.ru>
Signed-off-by: Sarapulov Vasilii <sarapulov.vas@mail.ru>
Signed-off-by: Sarapulov Vasilii <sarapulov.vas@mail.ru>
…reprocessor parser Signed-off-by: Sarapulov Vasilii <sarapulov.vas@mail.ru>
Signed-off-by: Sarapulov Vasilii <sarapulov.vas@mail.ru>
Signed-off-by: Sarapulov Vasilii <sarapulov.vas@mail.ru>
Signed-off-by: Sarapulov Vasilii <sarapulov.vas@mail.ru>
Signed-off-by: Sarapulov Vasilii <sarapulov.vas@mail.ru>
Signed-off-by: Sarapulov Vasilii <sarapulov.vas@mail.ru>
Signed-off-by: Sarapulov Vasilii <sarapulov.vas@mail.ru>
Signed-off-by: Sarapulov Vasilii <sarapulov.vas@mail.ru>
Signed-off-by: Sarapulov Vasilii <sarapulov.vas@mail.ru>
Signed-off-by: Sarapulov Vasilii <sarapulov.vas@mail.ru>
Signed-off-by: Sarapulov Vasilii <sarapulov.vas@mail.ru>
Signed-off-by: Sarapulov Vasilii <sarapulov.vas@mail.ru>
Signed-off-by: Sarapulov Vasilii <sarapulov.vas@mail.ru>
Signed-off-by: Sarapulov Vasilii <sarapulov.vas@mail.ru>
Signed-off-by: Sarapulov Vasilii <sarapulov.vas@mail.ru>
Signed-off-by: Sarapulov Vasilii <sarapulov.vas@mail.ru>
Signed-off-by: Sarapulov Vasilii <sarapulov.vas@mail.ru>
…functions to the local archive of program data types Signed-off-by: Sarapulov Vasilii <sarapulov.vas@mail.ru>
GP-5169: stack requires regs update GP-5169: first pass dbgeng GP-5169: fix for gdb GP-5169: fix for lldb
GP-5199: forgot a bit GP-5199: fix for 0 length
'origin/GP-5199_d-millar_IMAGE_DEBUG_MISC--SQUASHED' (Closes NationalSecurityAgency#7285)
GP-5185: don't revert GP-5185: ModelQuery fixes GP-5185: fix for ModelQuery GP-5185: threads GP-5185: attempt at threads GP-5815: main containers working GP-5185 certified GP-5815: new logic ala Volatility GP-5185: better print GP-5185: first pass
0fccec5
to
0683735
Compare
Signed-off-by: Sarapulov Vasilii <sarapulov.vas@mail.ru>
* feat: add C Runtime functions excluding Signed-off-by: VyacheslavIurevich <vyacheslav.kochergin1@gmail.com> * chore: create CppExporterTests Signed-off-by: VyacheslavIurevich <vyacheslav.kochergin1@gmail.com> * chore: checkout CppExporter tests from importHeaderFiles, rename file Signed-off-by: VyacheslavIurevich <vyacheslav.kochergin1@gmail.com> * feat: add tests draft Signed-off-by: VyacheslavIurevich <vyacheslav.kochergin1@gmail.com> * docs: add CRT exclude info to help Signed-off-by: VyacheslavIurevich <vyacheslav.kochergin1@gmail.com> * fix: consider user choice Signed-off-by: VyacheslavIurevich <vyacheslav.kochergin1@gmail.com> * chore: remove logs Signed-off-by: VyacheslavIurevich <vyacheslav.kochergin1@gmail.com> * chore: remove src.lnk Signed-off-by: VyacheslavIurevich <vyacheslav.kochergin1@gmail.com> * fix: remove nested classes from tests Signed-off-by: VyacheslavIurevich <vyacheslav.kochergin1@gmail.com> * feat: finish up CRTExcludeTest, add test resources Signed-off-by: VyacheslavIurevich <vyacheslav.kochergin1@gmail.com> * chore: turn back accidentally changed docs Signed-off-by: VyacheslavIurevich <vyacheslav.kochergin1@gmail.com> * chore: add crt exclude to image at help Signed-off-by: VyacheslavIurevich <vyacheslav.kochergin1@gmail.com> * chore: remove more accidentaly made changes at docs Signed-off-by: VyacheslavIurevich <vyacheslav.kochergin1@gmail.com> * fix: formatting at CppExporter Signed-off-by: VyacheslavIurevich <vyacheslav.kochergin1@gmail.com> --------- Signed-off-by: VyacheslavIurevich <vyacheslav.kochergin1@gmail.com>
* feat: add PLT trampolines excluding into CppExporter Signed-off-by: VyacheslavIurevich <vyacheslav.kochergin1@gmail.com> * docs: add plt excluding info to help Signed-off-by: VyacheslavIurevich <vyacheslav.kochergin1@gmail.com> * fix: consider user choice Signed-off-by: VyacheslavIurevich <vyacheslav.kochergin1@gmail.com> * feat: add PLTExcludeTest.java Signed-off-by: VyacheslavIurevich <vyacheslav.kochergin1@gmail.com> * feat: finish up tests for plt, widen plt excluding in cppexporter Signed-off-by: VyacheslavIurevich <vyacheslav.kochergin1@gmail.com> * chore: add plt trampoline excluding to image at help Signed-off-by: VyacheslavIurevich <vyacheslav.kochergin1@gmail.com> * fix: formatting at CppExporter Signed-off-by: VyacheslavIurevich <vyacheslav.kochergin1@gmail.com> --------- Signed-off-by: VyacheslavIurevich <vyacheslav.kochergin1@gmail.com>
Signed-off-by: Sarapulov Vasilii <sarapulov.vas@mail.ru>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added option to automatically include data type header files when exporting code. Added tests and documentation for the new functionality. Fixed assigning paths to header files in CParser, as well as few other bugs. Created a new archive of data types. Added a test for the new data type archive.
fixed issue: NationalSecurityAgency#4740