Glenn Smith
Glenn Smith
Here's an implementation for these types, based on the structs in Microsoft's headers. Fixes #137
Initial version of this, but v0.1.1 has some weird errors that make integration messy: - [x] Requirements.txt patch because dependencies need an egg name for the delogic repo - [x]...
Currently the frontend polls requests every second for every decompiler, which ends up being 8 req/sec/user, which is a lot. We should reduce this number by using only 1 request...
Our users are likely to be VR experts/enthusiasts, so someone is just going to try it eventually. The current docker-based container system is decently separated, although Docker Is Not A...
Currently, workers are poll-based and if you have 2 instances of one worker, they will both try to decompile everything. We should do one of the following: - Make the...
Currently the only way to access the uploaded binaries is via SSH to the deployment box, or via Django admins. We should look into a cleaner solution that allows us...
Put all the functions in the same order in each decompilation so it's easier to compare.
Fat Mach-O files are a collection of binaries in one file, separated by architecture. Some of the tools can read the containers and analyze them, while others fall over, even...
The original design for Decompiler Explorer included a box in which the user could type source, which would then be compiled and have the binary be sent for decompilation and...