You are not logged in.

#1 2013-02-22 01:46:49

SgrA
Member
Registered: 2011-06-08
Posts: 41

Code in unknown language?

Hello,

    I'm working with an secondary ARM bootloader from Huawei "oemsbl.img" for a phone that comes with a locked bootloader. I was going through the output of strings oemsbl.img, and towards the end, I found this:

   & 
/ 1 2 0 
" $ : < ! # 9 ; 
* % 

I'm wondering if it is some code in some language. I wouldn't expect it to be any mainstream language, but it is likely that it takes at least 3 inputs and produces one output.

If anyone has any idea what code it could be, or any general suggestion, please reply!

Thanks!

Last edited by SgrA (2013-02-22 01:51:27)

Offline

#2 2013-02-22 01:48:42

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,354

Re: Code in unknown language?

Considering the total lack of duplication of characters, what makes  you think its code at all? Looks to me like a list of characters....


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#3 2013-02-22 01:53:16

SgrA
Member
Registered: 2011-06-08
Posts: 41

Re: Code in unknown language?

J code that I have seen in the past did look similar, and then there are esoteric languages too, so I wondered.  I disassembled the file, and turns out that in ASM, they are strings.

Last edited by SgrA (2013-02-22 01:54:12)

Offline

#4 2013-02-22 01:54:37

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,449
Website

Re: Code in unknown language?

That was the output of `strings`?  You do know what strings does, don't you?  Why on earth would you expect it to be code?

Absent of this negative-indicating context, the only code that resembles is Brainf***


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#5 2013-02-22 01:55:21

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,449
Website

Re: Code in unknown language?

SgrA wrote:

JI disassembled the file, and turns out that in ASM, they are strings.

Ah, yeah.  That's why `strings` showed them.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

Board footer

Powered by FluxBB