Group imports from Windows binaries

This is a tool that I use to group imports from Windows binaries.Sometimes, you have a gigantic folder full of executables, and you want to figure out what you should look at first.importsort will iterate over all of the files in a directory, and create a list containing the DLL name, the function imported, and the file that imported that function.You can use it to analyze possible behavior, such as network functionality or registry key manipulation etc. It uses radare2’s […]

Read more