Code Monkey home page Code Monkey logo

game-engine-finder's People

Contributors

faalagorn avatar splendide-imaginarius avatar vetleledaal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

game-engine-finder's Issues

GameMaker detection for Linux executables

It seems that GameMaker is properly detected for Windows executables, but not for Linux, at least that seems to be the case for https://store.steampowered.com/app/604330/The_Crown_of_Leaves/

Should probably be easy to detect, though I personally didn't fiddle too much with it, here's what I found by examining game executable:

[faalagorn@faalagorn-pc ~]$ strings .local/share/Steam/steamapps/common/The\ Crown\ of\ Leaves/The_Crown_of_Leaves | grep GameMaker
/home/autobuild/hudson/ZeusBase/ZeusGreen/GameMaker/Runner/VC_Runner/Platform/MemoryManager.h
/home/autobuild/hudson/ZeusBase/ZeusGreen/GameMaker/Runner/VC_Runner/Platform/List.h
/home/autobuild/hudson/ZeusBase/ZeusGreen/GameMaker/Runner/VC_Runner/Platform/../Platform/Hash.h
/home/autobuild/hudson/ZeusBase/ZeusGreen/GameMaker/Runner/VC_Runner/Platform/Hash.h
/home/autobuild/hudson/ZeusBase/ZeusGreen/GameMaker/Runner/VC_Runner/Platform/SLinkedList.h
/home/autobuild/hudson/ZeusBase/ZeusGreen/GameMaker/Runner/VC_Runner/Files/Platform/cARRAY_CLASS.h
/home/autobuild/hudson/ZeusBase/ZeusGreen/GameMaker/Runner/VC_Runner/Files/Platform/cARRAY_STRUCTURE.h
/home/autobuild/hudson/ZeusBase/ZeusGreen/GameMaker/Runner/VC_Runner/Files/Platform/cARRAY_MEMORY.h
>@Made with GameMaker: Studio
/home/autobuild/hudson/ZeusBase/ZeusGreen/GameMaker/Runner/VC_Runner/Files/Physics/PhysicsContactStack.h
GameMaker.cpp
Linux/GameMakerM.cpp

Detect middleware and apis too?

https://github.com/SteamDatabase/FileDetectionRuleSets
https://old.reddit.com/r/ghidra/comments/cgo9yf/dumping_com_objects/

In particular the later thing was making me wonder if parsing the executables/dlls for some given strings (that would correspond to the CoCreateInstance or `LoadLibrary' calls) couldn't be way more comprehensive.
E.g. there are games like Mass Effect 2 shipping 100% dead openal dlls (because the devs were completely clueless about what they were even doing), and even runtime checks could be unreliable given dsound.dll would also load mmvdevapi/wasapi after XP.

License is unclear

Can the license of this project be clarified? (Personally I'm hoping it's something compatible with either GPLv2 or GPLv3; I don't really care much beyond that.)

Consider dropping Python 2 support

Is it OK if we drop Python 2 support? I have a bugfix patch that requires Python 3.5+, and I'd prefer not to rewrite it to support ancient EOL Python versions that haven't gotten security patches in years.

Cocos2d support

Seems Cocos2d games could be detected by presence of the .dll files at least, figured it out after seeing that Metal Slug 3 have libcocos2d.dll and libCocosDenshion.dll. it probably needs testing on more than one game though.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.