mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-10 06:02:09 +00:00
Corrected certification issues
This commit is contained in:
parent
b647c6cd5b
commit
6927b8e0f5
@ -1,7 +1,5 @@
|
||||
/* ###
|
||||
* IP: GHIDRA
|
||||
* EXCLUDE: YES
|
||||
* REVIEWED: YES
|
||||
* NOTE: This was included for debugging purposes; while it has utility, better and more complete options should be considered...
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -1,6 +1,5 @@
|
||||
/* ###
|
||||
* IP: GHIDRA
|
||||
* EXCLUDE: YES
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
@ -11,22 +11,22 @@ src/decompile/build.gradle||GHIDRA||||END|
|
||||
src/decompile/cpp/.gitignore||GHIDRA||||END|
|
||||
src/decompile/cpp/Doxyfile||GHIDRA|||Most of this file is autogenerated by doxygen which falls under the GPL - output from GPL products are NOT GPL! - mjbell4|END|
|
||||
src/decompile/cpp/Makefile||GHIDRA||||END|
|
||||
src/main/doc/cspec.xml||GHIDRA|exclude|||END|
|
||||
src/main/doc/cspec_html.xsl||GHIDRA|exclude|||END|
|
||||
src/main/doc/decompileplugin.xml||GHIDRA|exclude|||END|
|
||||
src/main/doc/decompileplugin_common.xsl||GHIDRA|exclude|||END|
|
||||
src/main/doc/decompileplugin_html.xsl||GHIDRA|exclude|||END|
|
||||
src/main/doc/decompileplugin_pdf.xsl||GHIDRA|exclude|||END|
|
||||
src/main/doc/main.xml||GHIDRA|exclude|reviewed||END|
|
||||
src/main/doc/main_html.xsl||GHIDRA|exclude|reviewed||END|
|
||||
src/main/doc/pcoderef.xml||GHIDRA|exclude|||END|
|
||||
src/main/doc/pcoderef_common.xsl||GHIDRA|exclude|reviewed||END|
|
||||
src/main/doc/pcoderef_html.xsl||GHIDRA|exclude|reviewed||END|
|
||||
src/main/doc/pcoderef_pdf.xsl||GHIDRA|exclude|reviewed||END|
|
||||
src/main/doc/sleigh.xml||GHIDRA|exclude|||END|
|
||||
src/main/doc/sleigh_common.xsl||GHIDRA|exclude|reviewed||END|
|
||||
src/main/doc/sleigh_html.xsl||GHIDRA|exclude|reviewed||END|
|
||||
src/main/doc/sleigh_pdf.xsl||GHIDRA|exclude|reviewed||END|
|
||||
src/main/doc/cspec.xml||GHIDRA||||END|
|
||||
src/main/doc/cspec_html.xsl||GHIDRA||||END|
|
||||
src/main/doc/decompileplugin.xml||GHIDRA||||END|
|
||||
src/main/doc/decompileplugin_common.xsl||GHIDRA||||END|
|
||||
src/main/doc/decompileplugin_html.xsl||GHIDRA||||END|
|
||||
src/main/doc/decompileplugin_pdf.xsl||GHIDRA||||END|
|
||||
src/main/doc/main.xml||GHIDRA||||END|
|
||||
src/main/doc/main_html.xsl||GHIDRA||||END|
|
||||
src/main/doc/pcoderef.xml||GHIDRA||||END|
|
||||
src/main/doc/pcoderef_common.xsl||GHIDRA||||END|
|
||||
src/main/doc/pcoderef_html.xsl||GHIDRA||||END|
|
||||
src/main/doc/pcoderef_pdf.xsl||GHIDRA||||END|
|
||||
src/main/doc/sleigh.xml||GHIDRA||||END|
|
||||
src/main/doc/sleigh_common.xsl||GHIDRA||||END|
|
||||
src/main/doc/sleigh_html.xsl||GHIDRA||||END|
|
||||
src/main/doc/sleigh_pdf.xsl||GHIDRA||||END|
|
||||
src/main/help/help/TOC_Source.xml||GHIDRA||||END|
|
||||
src/main/help/help/shared/arrow.gif||GHIDRA||reviewed||END|
|
||||
src/main/help/help/shared/close16.gif||GHIDRA||||END|
|
||||
|
@ -1,7 +1,6 @@
|
||||
/* ###
|
||||
* IP: GHIDRA
|
||||
* EXCLUDE: YES
|
||||
* NOTE: Interface to GNU BFD library which is GPL 3
|
||||
* NOTE: Excluded from Build. Used for development only in support of console mode - Links to GNU BFD library which is GPL 3
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
@ -1,6 +1,5 @@
|
||||
/* ###
|
||||
* IP: GHIDRA
|
||||
* EXCLUDE: YES
|
||||
* NOTE: Interface to GNU BFD library which is GPL 3
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -1,6 +1,5 @@
|
||||
/* ###
|
||||
* IP: GHIDRA
|
||||
* EXCLUDE: YES
|
||||
* NOTE: Target command uses BFD stuff which is GPL 3
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -1,7 +1,6 @@
|
||||
/* ###
|
||||
* IP: GHIDRA
|
||||
* EXCLUDE: YES
|
||||
* NOTE: Links to GNU BFD library which is GPL 3
|
||||
* NOTE: Excluded from Build. Used for development only in support of console mode - Links to GNU BFD library which is GPL 3
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
@ -1,7 +1,6 @@
|
||||
/* ###
|
||||
* IP: GHIDRA
|
||||
* EXCLUDE: YES
|
||||
* NOTE: Links to GNU BFD library which is GPL 3
|
||||
* NOTE: Interface to GNU BFD library which is GPL 3
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
@ -3,13 +3,13 @@
|
||||
##MODULE IP: Nuvola Icons - LGPL 2.1
|
||||
Module.manifest||GHIDRA||||END|
|
||||
build.gradle||GHIDRA||||END|
|
||||
data/building_fid.txt||GHIDRA|exclude|||END|
|
||||
data/common_symbols_win32.txt||GHIDRA|exclude||Symbols used to generate fiddb files distributed with Ghidra|END|
|
||||
data/common_symbols_win64.txt||GHIDRA|exclude||Symbols used to generate fiddb files distributed with Ghidra|END|
|
||||
src/main/doc/fid.xml||GHIDRA|exclude|||END|
|
||||
src/main/doc/fid_common.xsl||GHIDRA|exclude|||END|
|
||||
src/main/doc/fid_html.xsl||GHIDRA|exclude|||END|
|
||||
src/main/doc/fid_pdf.xsl||GHIDRA|exclude|||END|
|
||||
data/building_fid.txt||GHIDRA||||END|
|
||||
data/common_symbols_win32.txt||GHIDRA|||Symbols used to generate fiddb files distributed with Ghidra|END|
|
||||
data/common_symbols_win64.txt||GHIDRA|||Symbols used to generate fiddb files distributed with Ghidra|END|
|
||||
src/main/doc/fid.xml||GHIDRA||||END|
|
||||
src/main/doc/fid_common.xsl||GHIDRA||||END|
|
||||
src/main/doc/fid_html.xsl||GHIDRA||||END|
|
||||
src/main/doc/fid_pdf.xsl||GHIDRA||||END|
|
||||
src/main/help/help/TOC_Source.xml||GHIDRA||||END|
|
||||
src/main/help/help/shared/arrow.gif||GHIDRA||reviewed||END|
|
||||
src/main/help/help/topics/FunctionID/FunctionID.html||GHIDRA||||END|
|
||||
|
@ -1,6 +1,5 @@
|
||||
/* ###
|
||||
* IP: GHIDRA
|
||||
* EXCLUDE: YES
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
@ -1,6 +1,5 @@
|
||||
/* ###
|
||||
* IP: GHIDRA
|
||||
* EXCLUDE: YES
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
@ -20,6 +20,6 @@ data/languages/HCS_HC.sinc||GHIDRA||||END|
|
||||
data/manuals/HC05.idx||GHIDRA||||END|
|
||||
data/manuals/HC08.idx||GHIDRA||||END|
|
||||
data/manuals/HCS08.idx||GHIDRA||||END|
|
||||
data/test-vectors/HC05_tv.s||GHIDRA|exclude|||END|
|
||||
data/test-vectors/HC08_tv.s||GHIDRA|exclude|||END|
|
||||
data/test-vectors/HCS08_tv.s||GHIDRA|exclude|||END|
|
||||
data/test-vectors/HC05_tv.s||GHIDRA||||END|
|
||||
data/test-vectors/HC08_tv.s||GHIDRA||||END|
|
||||
data/test-vectors/HCS08_tv.s||GHIDRA||||END|
|
||||
|
@ -1,6 +1,6 @@
|
||||
##VERSION: 2.0
|
||||
.gitattributes||GHIDRA|exclude|||END|
|
||||
.gitignore||GHIDRA|exclude|||END|
|
||||
.gitattributes||GHIDRA||||END|
|
||||
.gitignore||GHIDRA||||END|
|
||||
.gitlab-ci.yml||GHIDRA||||END|
|
||||
CONTRIBUTING.md||GHIDRA||||END|
|
||||
DISCLAIMER.md||GHIDRA||||END|
|
||||
|
Loading…
Reference in New Issue
Block a user