Benign gem 1,089,916 installs Download

philiprehberger-hex 0.3.0

“Encode and decode hexadecimal strings with 0x prefix handling, produce xxd-style hex dumps, format hex output with configurable grouping, s…”

Ruby loads a relative source moduleRuby pack decodes hexadecimal data
SHA-25671e2d490bf31fca76e9c4b4b8e5c009b05fa053499bac367ff5295bb138343c3
MaleculeH₂(DbOs)

Evidence

Ruby loads a relative source module lines 1–10
1# frozen_string_literal: true
2
3require_relative 'hex/version'
4require 'securerandom'
5
⋯5 lines
Ruby pack decodes hexadecimal data lines 40–49
40:28… hex string: non-hex characters' unless valid?(hex)
41
42 [hex].pack('H*')
43 end
44
⋯5 lines

No evidence locations were recorded for this file. Raw result

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.