Skip to content

Commit

Permalink
Use code(Code) instead of code_in_block(Code,_)
Browse files Browse the repository at this point in the history
  • Loading branch information
junghee committed Dec 11, 2024
1 parent 2c77730 commit 54ab213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datalog/symbolization.dl
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ data_object_point(EA,Size,"string",-2,"string in jump table"):-
data_object_point(EA,Size,"string",1,"string that has reference"):-
data_object_candidate(EA,Size,"string"),
may_have_symbolic_immediate(Code,EA),
code_in_block(Code,_),
code(Code),
data_limit(EA).

// data access negative heuristic
Expand Down

0 comments on commit 54ab213

Please sign in to comment.