You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains 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
The reason will be displayed to describe this comment to others. Learn more.
build-to-host.m4
When the build environment ($build_os) is different from the target runtime
environment ($host_os), file names may need to be converted from the build
environment syntax to the target runtime environment syntax. This is
because the Makefiles are executed (mostly) by build environment tools and
therefore expect file names in build environment syntax, whereas the runtime
expects file names in target runtime environment syntax.
which initiates the process of loading the payload
Although this file isn't checked into git, it enables the load of the backdoor.
4323bc3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
build-to-host.m4
Although this file isn't checked into git, it enables the load of the backdoor.
4323bc3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gotta make sure my backdoor entry point doesn't get checked into main by mistake.
4323bc3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it the file that produced the backdoor?