Share via

Can assembly code program from MASM copy files to another location?

Anonymous
2022-09-03T02:46:47+00:00

Besides copy.exe and move.exe

Can assembly code program from MASM copy files to another location?

Windows for home | Windows 10 | Security and privacy

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. _AW_ 67,926 Reputation points Volunteer Moderator
    2022-09-03T03:55:10+00:00

    Files can be copied to another location by programs created using MASM, TASM, FASM and nearly every other language. Any language that can be used to access the Zw/Nt functions, will bypass anything you're trying to achieve as outlined in your other threads.

    BTW. Please stop making multiple threads on the same or similar subject, as it violates the Community Code of Conduct.

    https://answers.microsoft.com/en-us/page/faq#faqCodeConduct

    Was this answer helpful?

    0 comments No comments