Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Ruby + Windows 用ゲームライブラリ DXRuby を、インストール時にビルドする方式に変えたものです。そのためインストール時に DevKit が必要になりますが、代わりに Ruby のバージョンに依らずインストールが可能です。
なお オリジナル版にも言えることですが、最近の環境では d3dx9_40.dll のインストールが必要になります。
使う人は
gem install dxrubynd
でどうぞ。
require 'dxrubynd'
Window.loop do
# ここにゲームの処理を書く
end
1 行目は require 'dxruby'
でも動くっぽいのですが、オリジナルの DXRuby もインストールされている環境では正常に動かない可能性があるので、'dxrubynd'
の方を読み込ませたほうが確実です。
リファレンスマニュアルは http://mirichi.github.io/dxruby-doc/index.html にあります。
現状、64 bit 環境では正常に動作しません。オリジナル版でも 64 bit 版では Sound.new でエラーになるようですが、こちらに至っては → DXRubyがRuby3.2.4(win64)環境で動かなかった件 の方法で解決しました。require
しただけで failed create window - CreateWindow (DXRuby::DXRubyError)
となってしまいます。解決方法をご存じの方はいらっしゃらないでしょうか…
FAQs
Unknown package
We found that dxrubynd demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.