The detection of BAT to PE-EXE script-compilers.#761
Merged
Conversation
It's a simple BAT to PE-EXE script compiler from the German company F2KO.
It is yet another BAT to PE-EXE script compiler.
It is a discontinued but still prevalent BAT script compiler to EXE form.
Member
|
Let's run TeamCity tests. |
s3rvac
approved these changes
May 5, 2020
Member
s3rvac
left a comment
There was a problem hiding this comment.
If required, I could change their categorization from Compiler to Packer, despite the fact they rarely use compression on the batch files.
The current categorization is fine by me. Thank you for adding the detection 👍
All tests are passing, so I am merging this.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds the detection of the following BAT to PE-EXE compilers:
These programs are not strictly compilers, they are quite difficult to categorise. They never compile the BAT to a VM or intermediate language, but rather the store the script file in the executable file (resources, read-only data, overlay, etc.) and execute them (by either dropping them to a file or seldomly directly from memory).
If required, I could change their categorization from
CompilertoPacker, despite the fact they rarely use compression on the batch files.The corresponding tests have been added to
retdec-regression-tests.