hackmoonlight

Results 7 comments of hackmoonlight

thank you @xorpd , my code is python2

@xorpd , fcatalog use machine learning to find similarities between different binary blobs?

I installed the dockerized version of the server

I run this command and it works , now i am trying to modify the code to give the server the functions stored in my database for analysis : ```...

I have a database and i want to give it as a dataset to fcatalog , the informations stored in DB are function data , function address and function name...

I just changed the type of d[0] , d[1] and d[3] and It works , and this is the modified code : ``` try: c = lite.connect('/home/younes/Bureau/deko.db') cur = c.cursor()...

@xorpd hello, you mentioned that the test database will be deleted every once in a while , i want to save this database , how to do it ?