0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

WINツール

Last updated at Posted at 2021-04-29

win32ファイルをwinファイルに変換するツール

.bash_profile
に以下のパスを通す

export PATH=/usr/local/win32tools/w32tow1.src:$PATH

winファイルをsacファイルに変換するツール

ツール直下で
$ make

macosの場合以下のエラーが出ることがある

s4read_data.c:3:13: fatal error: 'malloc.h' file not found
#include <malloc.h>
^
1 error generated.
make[1]: *** [s4read_data.o] Error 1
You need change #include to #include at line 3 of win2sac.src/s4read_data.c.

無事コンパイルできたら
.bash_profile
に以下のパスを通す
export PATH=/usr/local/win32tools/win2sac.src:$PATH

winファイルをsacに変換するツール#使えなくなりました

.bash_profile
に以下のパスを通す
export PATH=/usr/local/bin:$PATH

/usr/local/binにあるwintosacとshmdumpが必要

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?