function utils.GetProduct()

in ransomware/artifact.lua [426:435]


function utils.GetProduct()
    
    if lproduct ~= nil then
        
        return lproduct()
    else
        
        return 'endgame'
    end
end