ghidra/Ghidra/Features/Decompiler/src/decompile/cpp
2019-11-16 10:33:17 -05:00
..
.gitignore Candidate release of source code. 2019-03-26 13:46:51 -04:00
action.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
action.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
address.cc Addition of INSERT,EXTRACT, and POPCOUNT opcodes to decompiler code 2019-11-04 13:01:09 -05:00
address.hh Addition of INSERT,EXTRACT, and POPCOUNT opcodes to decompiler code 2019-11-04 13:01:09 -05:00
architecture.cc Merge branch 'GT-3090_NearPointerResolve' into GT-3090_16bit_analysis 2019-08-27 14:40:16 -04:00
architecture.hh adjustments to resolveConstant 2019-08-23 13:03:26 -04:00
bfd_arch.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
bfd_arch.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
block.cc reads and constraint adjustments 2019-06-06 15:12:00 -04:00
block.hh reads and constraint adjustments 2019-06-06 15:12:00 -04:00
blockaction.cc Fix for switches in infinite loop decompiler bug 2019-05-08 11:13:20 -04:00
blockaction.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
callgraph.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
callgraph.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
capability.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
capability.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
cast.cc Allow far pointer to near pointer truncations to display as cast 2019-08-23 13:03:26 -04:00
cast.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
codedata.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
codedata.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
comment.cc Fix for CommentSorter crash 2019-10-03 09:31:09 -04:00
comment.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
comment_ghidra.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
comment_ghidra.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
condexe.cc name to address space map 2019-08-22 12:30:18 -04:00
condexe.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
consolemain.cc Suggestions from github issue #382 2019-04-12 09:44:53 -04:00
context.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
context.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
coreaction.cc indirection creation refactor 2019-11-16 10:33:10 -05:00
coreaction.hh let CPUI_STORE be potential pointer constant source 2019-10-25 16:35:08 -04:00
cover.cc fine tuning for dominant COPY model 2019-05-02 13:54:36 -04:00
cover.hh fine tuning for dominant COPY model 2019-05-02 13:54:36 -04:00
cpool.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
cpool.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
cpool_ghidra.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
cpool_ghidra.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
crc32.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
crc32.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
database.cc Make sure code data-type doesn't become concrete 2019-11-13 09:39:21 -05:00
database.hh Make sure code data-type doesn't become concrete 2019-11-13 09:39:21 -05:00
database_ghidra.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
database_ghidra.hh Refactor ParamEntry look-up allowing "contained by" discovery 2019-07-15 15:15:37 -04:00
doccore.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
docmain.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
double.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
double.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
Doxyfile Candidate release of source code. 2019-03-26 13:46:51 -04:00
dynamic.cc Addition of INSERT,EXTRACT, and POPCOUNT opcodes to decompiler code 2019-11-04 13:01:09 -05:00
dynamic.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
emulate.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
emulate.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
emulateutil.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
emulateutil.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
error.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
filemanage.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
filemanage.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
float.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
float.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
flow.cc New flag for dynamic STORE test 2019-06-25 14:23:05 -04:00
flow.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
fspec.cc Fixes to support unaligned stack locations 2019-10-01 12:37:21 -04:00
fspec.hh override check in deindirect 2019-09-10 15:54:04 -04:00
funcdata.cc bugfix for crashes in ActionConstantPtr 2019-10-15 13:15:13 -04:00
funcdata.hh convert splitVarnode to transferVarnodeProperties 2019-11-16 10:33:17 -05:00
funcdata_block.cc New flag for dynamic STORE test 2019-06-25 14:23:05 -04:00
funcdata_op.cc indirection creation refactor 2019-11-16 10:33:10 -05:00
funcdata_varnode.cc convert splitVarnode to transferVarnodeProperties 2019-11-16 10:33:17 -05:00
ghidra_arch.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
ghidra_arch.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
ghidra_context.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
ghidra_context.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
ghidra_process.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
ghidra_process.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
ghidra_translate.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
ghidra_translate.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
globalcontext.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
globalcontext.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
grammar.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
grammar.y Candidate release of source code. 2019-03-26 13:46:51 -04:00
graph.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
graph.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
heritage.cc name to address space map 2019-08-22 12:30:18 -04:00
heritage.hh name to address space map 2019-08-22 12:30:18 -04:00
ifacedecomp.cc name to address space map 2019-08-22 12:30:18 -04:00
ifacedecomp.hh value set analysis 2019-06-06 15:11:57 -04:00
ifaceterm.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
ifaceterm.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
inject_ghidra.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
inject_ghidra.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
inject_sleigh.cc Suggestions from github issue #382 2019-04-12 09:44:53 -04:00
inject_sleigh.hh Suggestions from github issue #382 2019-04-12 09:44:53 -04:00
interface.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
interface.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
jumptable.cc patch for stride overflow 2019-10-04 15:21:57 -04:00
jumptable.hh value set analysis 2019-06-06 15:11:57 -04:00
libdecomp.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
libdecomp.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
loadimage.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
loadimage.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
loadimage_bfd.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
loadimage_bfd.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
loadimage_ghidra.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
loadimage_ghidra.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
loadimage_xml.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
loadimage_xml.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
Makefile Candidate release of source code. 2019-03-26 13:46:51 -04:00
memstate.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
memstate.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
merge.cc New flag for dynamic STORE test 2019-06-25 14:23:05 -04:00
merge.hh fine tuning for dominant COPY model 2019-05-02 13:54:36 -04:00
op.cc Addition of INSERT,EXTRACT, and POPCOUNT opcodes to decompiler code 2019-11-04 13:01:09 -05:00
op.hh New indirect_store flag 2019-06-28 13:03:26 -04:00
opbehavior.cc Addition of INSERT,EXTRACT, and POPCOUNT opcodes to decompiler code 2019-11-04 13:01:09 -05:00
opbehavior.hh Addition of INSERT,EXTRACT, and POPCOUNT opcodes to decompiler code 2019-11-04 13:01:09 -05:00
opcodes.cc Addition of INSERT,EXTRACT, and POPCOUNT opcodes to decompiler code 2019-11-04 13:01:09 -05:00
opcodes.hh Addition of INSERT,EXTRACT, and POPCOUNT opcodes to decompiler code 2019-11-04 13:01:09 -05:00
options.cc Hide implied extensions for arithmetic ops 2019-05-09 17:35:57 -04:00
options.hh Hide implied extensions for arithmetic ops 2019-05-09 17:35:57 -04:00
override.cc override check in deindirect 2019-09-10 15:54:04 -04:00
override.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
paramid.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
paramid.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
partmap.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
pcodecompile.cc A first cut at normalizing the structure of sleigh error messages 2019-10-24 13:33:58 -04:00
pcodecompile.hh A first cut at normalizing the structure of sleigh error messages 2019-10-24 13:33:58 -04:00
pcodeinject.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
pcodeinject.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
pcodeparse.hh A first cut at normalizing the structure of sleigh error messages 2019-10-24 13:33:58 -04:00
pcodeparse.y A first cut at normalizing the structure of sleigh error messages 2019-10-24 13:33:58 -04:00
pcoderaw.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
pcoderaw.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
prefersplit.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
prefersplit.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
prettyprint.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
prettyprint.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
printc.cc Addition of INSERT,EXTRACT, and POPCOUNT opcodes to decompiler code 2019-11-04 13:01:09 -05:00
printc.hh Addition of INSERT,EXTRACT, and POPCOUNT opcodes to decompiler code 2019-11-04 13:01:09 -05:00
printjava.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
printjava.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
printlanguage.cc Hide implied extensions for arithmetic ops 2019-05-09 17:35:57 -04:00
printlanguage.hh Addition of INSERT,EXTRACT, and POPCOUNT opcodes to decompiler code 2019-11-04 13:01:09 -05:00
rangemap.hh certification change 2019-07-15 15:26:41 -04:00
rangeutil.cc Extended decompiler support for optimized integer division forms 2019-07-05 16:30:37 -04:00
rangeutil.hh overflow checks, take into account LOAD size 2019-06-17 23:47:05 -04:00
raw_arch.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
raw_arch.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
ruleaction.cc First pass refactor of SplitFlow 2019-11-16 10:33:16 -05:00
ruleaction.hh added RuleOrConsume 2019-10-29 09:27:42 -04:00
rulecompile.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
rulecompile.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
ruleparse.y Candidate release of source code. 2019-03-26 13:46:51 -04:00
semantics.cc basic detection of local collisions 2019-08-14 15:17:22 -04:00
semantics.hh basic detection of local collisions 2019-08-14 15:17:22 -04:00
sleigh.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
sleigh.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
sleigh_arch.cc Suggestions from github issue #382 2019-04-12 09:44:53 -04:00
sleigh_arch.hh Suggestions from github issue #382 2019-04-12 09:44:53 -04:00
sleighbase.cc Refactor buildXrefs, parallel versions of ConsistencyCheck 2019-10-24 13:33:59 -04:00
sleighbase.hh Refactor buildXrefs, parallel versions of ConsistencyCheck 2019-10-24 13:33:59 -04:00
sleighexample.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
slgh_compile.cc Addition of INSERT,EXTRACT, and POPCOUNT opcodes to decompiler code 2019-11-04 13:01:09 -05:00
slgh_compile.hh Refactor buildXrefs, parallel versions of ConsistencyCheck 2019-10-24 13:33:59 -04:00
slghparse.y Addition of INSERT,EXTRACT, and POPCOUNT opcodes to decompiler code 2019-11-04 13:01:09 -05:00
slghpatexpress.cc A first cut at normalizing the structure of sleigh error messages 2019-10-24 13:33:58 -04:00
slghpatexpress.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
slghpattern.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
slghpattern.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
slghscan.l Addition of INSERT,EXTRACT, and POPCOUNT opcodes to decompiler code 2019-11-04 13:01:09 -05:00
slghsymbol.cc A first cut at normalizing the structure of sleigh error messages 2019-10-24 13:33:58 -04:00
slghsymbol.hh Don't use nullptr keyword yet. 2019-10-24 13:34:00 -04:00
space.cc name to address space map 2019-08-22 12:30:18 -04:00
space.hh name to address space map 2019-08-22 12:30:18 -04:00
subflow.cc First pass refactor of SplitFlow 2019-11-16 10:33:16 -05:00
subflow.hh First pass refactor of SplitFlow 2019-11-16 10:33:16 -05:00
transform.cc changes to input processing 2019-11-16 10:33:16 -05:00
transform.hh changes to input processing 2019-11-16 10:33:16 -05:00
translate.cc adjustments to resolveConstant 2019-08-23 13:03:26 -04:00
translate.hh adjustments to resolveConstant 2019-08-23 13:03:26 -04:00
type.cc Make sure code data-type doesn't become concrete 2019-11-13 09:39:21 -05:00
type.hh Make sure code data-type doesn't become concrete 2019-11-13 09:39:21 -05:00
typegrp_ghidra.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
typegrp_ghidra.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
typeop.cc Addition of INSERT,EXTRACT, and POPCOUNT opcodes to decompiler code 2019-11-04 13:01:09 -05:00
typeop.hh Addition of INSERT,EXTRACT, and POPCOUNT opcodes to decompiler code 2019-11-04 13:01:09 -05:00
types.h Candidate release of source code. 2019-03-26 13:46:51 -04:00
unify.cc Suggestions from github issue #382 2019-04-12 09:44:53 -04:00
unify.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
userop.cc Use InjectPayload for segment ops 2019-08-29 14:17:02 -04:00
userop.hh Use InjectPayload for segment ops 2019-08-29 14:17:02 -04:00
variable.cc finalizing HighVariable from symbols 2019-11-01 12:29:47 -04:00
variable.hh finalizing HighVariable from symbols 2019-11-01 12:29:47 -04:00
varmap.cc Merge remote-tracking branch 'origin/patch' 2019-11-14 14:16:36 -05:00
varmap.hh MapState reconcileDatatypes 2019-10-31 12:20:45 -04:00
varnode.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
varnode.hh Lock unused input varnodes with special flag, not typelock 2019-11-08 15:50:26 -05:00
xml.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00
xml.y Candidate release of source code. 2019-03-26 13:46:51 -04:00
xml_arch.cc Candidate release of source code. 2019-03-26 13:46:51 -04:00
xml_arch.hh Candidate release of source code. 2019-03-26 13:46:51 -04:00