> For the complete documentation index, see [llms.txt](https://n000b3r.gitbook.io/oscp-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://n000b3r.gitbook.io/oscp-notes/configurations/32-bits-vs-64-bits-windows-binaries.md).

# 32 Bits vs 64 Bits Windows Binaries

<details>

<summary>32 bit binaries locations</summary>

* `c:\windows\system32`
* `c:\windows\syswow64`

</details>

<details>

<summary>64 bit binaries location (eg powershell)</summary>

* `c:\windows\sysnative`

</details>
