Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NASM を使用して OSX で現在の作業ディレクトリを取得する方法を知っている人はいますか? syscall getcwd は osx では使用できず、dtruss pwd は多数の stat sys 呼び出しを返します。ただし、マニュアルでは、現在の作業ディレクトリを返す stat の構造変数を見つけることができません。ありがとう。