qingyi-yan / POET

Other
1 stars 2 forks source link

fixing __Unkown__ in collect_mod and collect_all_modread fucntion #20

Closed Samuel-Oglegba closed 1 year ago

Samuel-Oglegba commented 1 year ago

This PR address issue #18 and fix to collect all variables (local and global) read or modified. Making updates on analysis.pt xform.collect_mod to handle cases for:

  1. FunctionCall#
  2. GotoStmt#
  3. Char# etc

The current output of these cases above are: ("___UNKNOWN___","")