CMUSTRUDEL / DIRTY

DIRTY: Augmenting Decompiler Output with Learned Variable Names and Types
MIT License
164 stars 24 forks source link

A typo in model.py? #12

Open XZ-X opened 1 year ago

XZ-X commented 1 year ago

Hi,

Recently I'm following up DIRTY. The work is great, and the code repo is impressive. Thank the developers for the efforts!

Just want to mention that there might be a typo in the following file: (dirty/model/model.py:496), the variable in task_targets should be targets, instead of preds.

https://github.com/CMUSTRUDEL/DIRTY/blob/7a5514a664a4388772b3bfb86593e746080f1b4f/dirty/model/model.py#L496