PinnedIslem BOUZENIARepairAgent: Pioneering Autonomous Program Debugging & Repair with AI [Part 1]In the ever-evolving landscape of software development, one of the most time-consuming and complex tasks is bug fixing. Enter RepairAgent…Jun 29Jun 29
PinnedIslem BOUZENIAinAnalytics VidhyaMalware detection with deep learning — state of the art —Today, Deep Learning is used in the majority of artificial intelligence applications. Malware detection, being one of those applications…Oct 22, 20203Oct 22, 20203
PinnedIslem BOUZENIAinAnalytics VidhyaCNN based malware detection (python and TensorFlow)A convolutional neural network (CNN) specializes in processing multidimensional data such as images. CNN models are often used for…Feb 15, 2021Feb 15, 2021
PinnedIslem BOUZENIADetect malware packers and cryptors with python (yara & pefile)Packed or compressed executable files have a different structure from other exe files. In general, packers add a new header to the…Oct 22, 2020Oct 22, 2020
Islem BOUZENIAinNerd For TechTrain Python Code Embedding with FastTextEmbedding models are widely used in deep learning applications as it is necessary to convert data from the raw form into a numerical form…Apr 23, 2022Apr 23, 2022
Islem BOUZENIAinNerd For TechText summarization with machine and deep learning in pythonMedium is a great website where you can find tons of posts and articles but if you are like me, you probably don’t have time to read all…Apr 9, 2021Apr 9, 2021
Islem BOUZENIAinNerd For TechLSTM based malware detection (Python & Tensorflow)In one of our previous posts, we showed how to create a malware detector using convolution neural networks by transforming an executable…Apr 9, 20211Apr 9, 20211
Islem BOUZENIAinAnalytics VidhyaDeep Learning Based Malware Detection DemoLong time ago, I published some posts about creating a deep learning based malware detector. I gave some examples about features…Apr 2, 2021Apr 2, 2021
Islem BOUZENIAinNerd For TechCrack those CAPTCHAs with opencv and pythonHave you ever felt like a bot after failing a captcha? Because I have!Oct 24, 20204Oct 24, 20204
Islem BOUZENIACreate your own disassembler in python (pefile & capstone)Without any introductions, if you want to disassemble an exe file using python, you will need two libraries: pefile and capstone.Oct 23, 2020Oct 23, 2020