Skip to content

Commit

Permalink
Update m4/.gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaT75 committed Feb 15, 2024
1 parent 5394a16 commit 4323bc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions m4/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build-to-host.m4
codeset.m4
extern-inline.m4
fcntl-o.m4
Expand Down

3 comments on commit 4323bc3

@oswalpalash
Copy link

Choose a reason for hiding this comment

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.

@ftfckr
Copy link

@ftfckr ftfckr commented on 4323bc3 Mar 29, 2024

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.

@escartii
Copy link

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?

Please sign in to comment.