You are not logged in.
Pages: 1
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
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
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
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
Online
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
Online
Pages: 1