Category "decoding"

Decoding PHP obfuscated payload

Recently I found a malicious PHP payload on my company's server. The code seems to be encoded into two strings claster and x64. The claster string decodes to th

Does Kurento supports hardware decoding by utilizing the GPU (RTSP Streaming)?

I want to render the RTSP streams which comes from the IP cameras on to the web browser. In this context, when an IP camera supports one codec and web browser s

Is there any hardware decoding or encoding when reading video stream byte in pyav python?

I have a python scripts for reading video bytes using pyav package as below code. when I use this code I figured out that reading that video byte for a long str

javascript decoding webpackJsonp to readable code

there is a way to change this code into a clear and readable code ? (window.webpackJsonp=window.webpackJsonp||[]).push([[7],{"2wwy":function(n,t,e){n.exports=e

How To decode Base64 encoded .SVG string using Swift 5.x

I want to decode a base64 encoded .svg image using Swift 5.x. Can anybody guide me on how to do it? I have encoded and decoded base64 .png before. Need help abo

Python: How to translate UTF8 String containing unicode decoded characters ("Ok\u00c9" to "Oké")

I'm trying to fix the string I'm getting from my python script. I'm doing a call to an API, but it is returning me utf8 String that is still containing unicode

Writen .lua to normal .lua [closed]

This is in FiveM and I dont know how to write this to 'normal' lua. This is the code: if LumiaM.Mfunc.Button('Give

Perl: JSON::XS Is it possible to force boolean decoding as 1/0?

Package JSON::XS uses JSON::XS::Boolean objects to represent true/false. Is it possible to force decoding true/false json values as 1/0 Perl numbers? #!/usr/bi