Great little application there. I'd like to see this sort of thing bundled in with a larger project. Maybe some sort of malware analysis suite, if you get where I'm coming from. What plans do you have for the future for this project?
I have no idea, but i've been asked that on my forum as well where i've posted this lol. I only just wanted to do something more unique. Everyone gets bored of spammers, emailers, web browser applications, etc... So I don't do that.
Edit: I forgot to add it into the video, however this program is also command line based. It can be used by dragging and dropping or cmd prompt with something like:
Code:
Profiler.exe "My input filepath"
Assuming the application is renamed to Profiler.exe and you're in the directory of the application in the console, or you have it in an enronment varialbe OR, you have it in your System32 folder, which also acts like an environment variable.
This reminds me of PEiD a little, not sure if you've heard about it. It takes a dragged application and tells you what it was created in.
Nice work here Ace, you never cease to amaze me haha.
Nope, but that would only be possible if signatures from the compiler are left behind. Which for most, they are. But after being compiled the file just becomes a list of instructions for the computer to execute in the form of 1's and 0's for binary, which can be translated into machine code. Otherwise you could check the dependancies to make a best guess.
I actually have a great tool for doing that too, called PE Detective I believe. I also like a tool called CFF Explorer. Great utilities to have.
If one were to remove those signatures though along with all the meta data it would be a cool method of reducing filesize
Thanks