/opt/antithesis/catalog/ within your container image. Antithesis will follow all symlinks while resolving the path to the cataloging directory.
However, it will follow only one symlink deep into each item placed within /opt/antithesis/catalog/. That is, you should not symlink to a symlink.
Example cataloging directory:
dotnet_file.dllpython_script.pymain.jar
my_other.jar- this will be ignored as we already encountered one symlink when traversing down fromopt/antithesis/catalog/more_files.
*.dll and *.exe files except System.*.dll and Microsoft.*.dll, which are excluded by default.
The instrumentor will, by default, act upon every language it supports in the cataloging directory: (Java , Python, JavaScript, .NET), not just .NET.