LoginSignup
3
4

More than 5 years have passed since last update.

macでdllの依存関係を見たい

Posted at

mac で unityのdllライブラリ作っている時に依存がわからず困った。

$ monodis --assemblyref proto.dll
WARNING: The runtime version supported by this application is unavailable.
Using default runtime: v4.0.30319
AssemblyRef Table
1: Version=2.0.0.0
    Name=mscorlib
    Flags=0x00000000
    Public Key:
0x00000000: B7 7A 5C 56 19 34 E0 89
2: Version=2.0.0.668
    Name=protobuf-net
    Flags=0x00000000
    Public Key:
0x00000000: 25 7B 51 D8 7D 2E 4D 67
3: Version=2.0.0.0
    Name=System
    Flags=0x00000000
    Public Key:
0x00000000: B7 7A 5C 56 19 34 E0 89

こんな感じで依存しているDLLが見れた!

3
4
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
3
4