LoginSignup
0
0

More than 1 year has passed since last update.

Maltego Transform 開発メモ addOverlay OverlayType.IMAGE編

Last updated at Posted at 2023-03-30

アイコンの画像をOverlayに表示させることができる。
アイコン一覧はEntityタブのManage Iconsから参照できる
image.png

output_entity.addOverlay("Alarm", OverlayPosition.NORTH_WEST, OverlayType.IMAGE)
output_entity.addOverlay("Clock", OverlayPosition.NORTH, OverlayType.IMAGE)
output_entity.addOverlay("GangBoss", OverlayPosition.WEST, OverlayType.IMAGE)
output_entity.addOverlay("JP", OverlayPosition.SOUTH_WEST, OverlayType.IMAGE)
output_entity.addOverlay("Explosion", OverlayPosition.SOUTH, OverlayType.IMAGE)

結果

image.png

  • オーバーレイのサイズは小さいの視認性があまりよくない
  • アイコンの名前はAlias(短縮名)でも指定することができる。JapanJP
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