CGCL-codes / VulDeePecker

VulDeePecker: A Deep Learning-Based System for Vulnerability Detection
Apache License 2.0
293 stars 103 forks source link

How to transform code gadgets into their symbolic representations? #3

Closed x56981973 closed 5 years ago

x56981973 commented 6 years ago

Do you use some automatic tools or just do it manually?

VulDeePecker commented 6 years ago

The process of transforming code gadgets into their symbolic representations is automatic. Please see the paper "VulDeePecker: A Deep Learning-Based System for Vulnerability Detection" for details.

hrshy0629 commented 6 years ago

How to map user-defined variables to symbolic names in the one-to-one fashion? Do you use some automatic tools or just do it manually?

VulDeePecker commented 6 years ago

It is done automatically. We realize it by ourselves.