General

  • Target

    minicraft-gba_1.2.1.zip

  • Size

    765KB

  • MD5

    16601605507b297548ea38fb31967df1

  • SHA1

    2538a9423ad5aa442bfcac1d99ce677f652cea17

  • SHA256

    c56f168282c1f9d9bc604b2235d7d43755e7711ee945b5afe195d24983d13f72

  • SHA512

    8f9a20714eb5d770bd4dfc878574fa756651af2f279681985272a3774f0830f311c8a8a8bec35066b521df6fbc4914ba0143409a15f25b82399426bede8d7f07

  • SSDEEP

    12288:5IT6RqRCQgOBxZybst5Sg7OIA6syiWN4yK9rxkho1i4k491LJqMg/Owl+bQd:xUzgGvXx7OIA6liWaB9ihyNPJjg/O0

Score
1/10

Malware Config

Signatures

Files

  • minicraft-gba_1.2.1.zip
    .zip

    Password: 3333

  • COPYING
  • README.md
  • checksum/minicraft.gba.md5
  • checksum/source.md5
  • minicraft.gba
  • source/.git/HEAD
  • source/.git/config
  • source/.git/description
  • source/.git/hooks/applypatch-msg.sample
    .sh linux
  • source/.git/hooks/commit-msg.sample
    .sh linux
  • source/.git/hooks/fsmonitor-watchman.sample
    .sh linux
  • source/.git/hooks/post-update.sample
    .sh linux
  • source/.git/hooks/pre-applypatch.sample
    .sh linux
  • source/.git/hooks/pre-commit.sample
    .sh linux
  • source/.git/hooks/pre-merge-commit.sample
    .sh linux
  • source/.git/hooks/pre-push.sample
    .sh linux
  • source/.git/hooks/pre-rebase.sample
    .sh linux
  • source/.git/hooks/pre-receive.sample
    .sh linux
  • source/.git/hooks/prepare-commit-msg.sample
    .sh linux
  • source/.git/hooks/push-to-checkout.sample
    .sh linux
  • source/.git/hooks/update.sample
    .sh linux
  • source/.git/index
  • source/.git/info/exclude
  • source/.git/info/refs
  • source/.git/logs/HEAD
  • source/.git/logs/refs/heads/master
  • source/.git/logs/refs/remotes/origin/HEAD
  • source/.git/objects/info/commit-graph
  • source/.git/objects/info/packs
  • source/.git/objects/pack/pack-48e431eab1d1ca1d6e026d4c39c0ddfd49c2bfa7.idx
  • source/.git/objects/pack/pack-48e431eab1d1ca1d6e026d4c39c0ddfd49c2bfa7.pack
  • source/.git/packed-refs
  • source/.git/refs/remotes/origin/HEAD
  • source/.gitignore
  • source/CHANGELOG.md
  • source/COPYING
  • source/Makefile
  • source/README.md
  • source/RESOURCES.md
  • source/include/air-wizard.h
  • source/include/crafting.h
  • source/include/entity.h
  • source/include/furniture.h
  • source/include/generator.h
  • source/include/images.h
  • source/include/input.h
  • source/include/interrupt.h
  • source/include/inventory.h
  • source/include/item.h
  • source/include/level.h
  • source/include/minicraft.h
  • source/include/mob.h
  • source/include/performance.h
  • source/include/player.h
  • source/include/scene.h
  • source/include/screen.h
  • source/include/sound.h
  • source/include/storage.h
  • source/include/tile.h
  • source/include/types.h
  • source/include/util.h
  • source/lnkscript
  • source/scripts/color-convert.py
    .py .sh linux
  • source/scripts/header-checksum.py
    .py .sh linux
  • source/scripts/img-to-array.py
    .py .sh linux
  • source/src/crafting.c
  • source/src/crt0.s
  • source/src/debug/map-viewer.c
  • source/src/draw/sort_entities.c
  • source/src/draw/tiles.c
  • source/src/entity.c
  • source/src/entity/air-wizard.c
  • source/src/entity/furniture.c
  • source/src/entity/item.c
  • source/src/entity/player.c
  • source/src/entity/slime.c
  • source/src/entity/smash-particle.c
  • source/src/entity/spark.c
  • source/src/entity/text-particle.c
  • source/src/entity/zombie.c
  • source/src/generator.c
  • source/src/images.c
  • source/src/images/gui.c
  • source/src/images/items.c
  • source/src/images/level.c
  • source/src/images/light.c
  • source/src/images/sprites.c
  • source/src/input.c
  • source/src/interrupt.c
  • source/src/inventory.c
  • source/src/item.c
  • source/src/level.c
  • source/src/minicraft.c
  • source/src/mob.c
  • source/src/performance.c
  • source/src/scene.c
  • source/src/scene/about.c
  • source/src/scene/chest.c
  • source/src/scene/crafting.c
  • source/src/scene/death.c
  • source/src/scene/game.c
  • source/src/scene/instructions.c
  • source/src/scene/inventory.c
  • source/src/scene/pause.c
  • source/src/scene/prestart.c
  • source/src/scene/start.c
  • source/src/scene/transition.c
  • source/src/scene/win.c
  • source/src/screen.c
    .vbs
  • source/src/sound.c
  • source/src/sounds.c
  • source/src/storage.c
  • source/src/tick/tiles.c
  • source/src/tile.c
  • source/src/util.c