You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across this repository, which appears to be focused on model-related tasks. However, I am currently looking for information regarding the process of converting a binary file into an graph or transforming it into JSON format.
Could you please help me understand which part of the code is responsible for this process?I have read the generate_dataset.py but it seems to convert the JSON file into a Graph structure.If the code for converting binary files to graph or JSON is part of another repository, I would appreciate it if you could point me to the relevant resources or links(maybe bin2ml but I want to know where the function entry is).
Thanks in advance for your help!
Best regards.
The text was updated successfully, but these errors were encountered:
To generate the same data, you want to extract the finfo and cg data types from each binary of interest and then use the generate graph command to make onehopcgcaller graphs.
Hi,
I came across this repository, which appears to be focused on model-related tasks. However, I am currently looking for information regarding the process of converting a binary file into an graph or transforming it into JSON format.
Could you please help me understand which part of the code is responsible for this process?I have read the generate_dataset.py but it seems to convert the JSON file into a Graph structure.If the code for converting binary files to graph or JSON is part of another repository, I would appreciate it if you could point me to the relevant resources or links(maybe bin2ml but I want to know where the function entry is).
Thanks in advance for your help!
Best regards.
The text was updated successfully, but these errors were encountered: