Commit graph

31 commits

Author SHA1 Message Date
Luke Serné
8303061629 Many typo's
These were found using the command below searching for duplicated words,
and manually going through the results to remove the false positives and
reword the true positives. Sometimes I removed the doubled word and
sometimes I replaced the duplicated word.

The grep command:
grep -nIEr '\b([a-zA-Z]+)[[:space:]*]+\1\b' ./Ghidra
2025-04-19 18:06:41 +02:00
caheckman
67b22166af GP-3429 Intersect tests for stack affecting ops 2023-07-18 18:38:46 +00:00
caheckman
3c08b44a1e GP-3424 Near/far pointer data-type propagation 2023-05-26 16:05:03 -04:00
caheckman
fe137f20f3 GP-3276 Put all C++ classes in ghidra namespace 2023-04-07 11:22:47 -04:00
caheckman
b275a02cdf Unit tests for CircleRange 2021-08-24 17:04:29 -04:00
caheckman
5f715d73e3 using emplace 2021-01-07 14:36:10 -05:00
caheckman
163fa4af57 Adjusting some guard analysis 2020-02-19 16:26:27 -05:00
caheckman
f0a9427e4f Extended decompiler support for optimized integer division forms 2019-07-05 16:30:37 -04:00
caheckman
e8fb8b3a19 Making a couple more analyses STORE-based INDIRECT aware 2019-07-01 10:15:27 -04:00
caheckman
2a73bca9ac overflow checks, take into account LOAD size 2019-06-17 23:47:05 -04:00
caheckman
e5c7b58305 tests passing 2019-06-16 23:42:48 -04:00
caheckman
d51d8259b5 fixed constraint finding corner case 2019-06-15 18:22:28 -04:00
caheckman
e506f27b31 Rearrange MULTIEQUAL equation generation 2019-06-15 00:52:51 -04:00
caheckman
6986813538 tighter landmarks 2019-06-14 12:48:26 -04:00
caheckman
49f72d2de7 CircleRange contain and widen adjustments 2019-06-14 11:18:02 -04:00
caheckman
d4ebf6f753 stability in ValueSetRead 2019-06-07 16:13:28 -04:00
caheckman
fa37bf940e adjustments to pushForward 2019-06-07 15:50:57 -04:00
caheckman
cbd385fb0b adjustments to computeTypeCode and stability calculations 2019-06-07 12:28:23 -04:00
caheckman
4ae42d0bd4 added stability tests to ValueSet 2019-06-06 15:12:05 -04:00
caheckman
32793712fe Different widening strategies 2019-06-06 15:12:04 -04:00
caheckman
a45e0719b5 iteration tweak 2019-06-06 15:12:03 -04:00
caheckman
65e3ab768f fixed bug in CircleRange::minimalContainer 2019-06-06 15:12:02 -04:00
caheckman
b127e3c91b fixed nested iteration bug 2019-06-06 15:12:02 -04:00
caheckman
dadcb20918 INDIRECT toggle and fix spacebase 2019-06-06 15:12:01 -04:00
caheckman
9cdd91a053 reads and constraint adjustments 2019-06-06 15:12:00 -04:00
caheckman
0c5bd081c5 got rid of FULL typeCode 2019-06-06 15:12:00 -04:00
caheckman
f51cb8b4a1 fixes from first stress test 2019-06-06 15:11:59 -04:00
caheckman
94e289d494 ValueSetRead objects 2019-06-06 15:11:59 -04:00
caheckman
16fd5df590 relative constraints 2019-06-06 15:11:58 -04:00
caheckman
e96f39a98f value set analysis 2019-06-06 15:11:57 -04:00
Dan
79d8f164f8 Candidate release of source code. 2019-03-26 13:46:51 -04:00