Hacking where can i find latest linux cli wbfs manager

Bauldrick

Well-Known Member
OP
Member
Joined
Jan 22, 2009
Messages
103
Trophies
0
XP
100
Country
Thankyou Arm, unfortunately I can only seem to get this to compile on my AMD64 box, which is no good to me. I think I'm missing a trick? I get the same error on ppc and mipsel running Debian:

gcc -Wall -W -O3 -Ilibwbfs -I. -DLARGE_FILES -D_FILE_OFFSET_BITS=64 -c negentig.c -o negentig.o
gcc -Wall -W -O3 -Ilibwbfs -I. -DLARGE_FILES -D_FILE_OFFSET_BITS=64 -c tools.c -o tools.o
tools.c:8:25: error: openssl/md5.h: No such file or directory
tools.c:9:25: error: openssl/aes.h: No such file or directory
tools.c:10:25: error: openssl/sha.h: No such file or directory
tools.c: In function ‘md5’:
tools.c:69: warning: implicit declaration of function ‘MD5’
tools.c: In function ‘sha’:
tools.c:74: warning: implicit declaration of function ‘SHA1’
tools.c: In function ‘aes_cbc_dec’:
tools.c:104: error: ‘AES_KEY’ undeclared (first use in this function)
tools.c:104: error: (Each undeclared identifier is reported only once
tools.c:104: error: for each function it appears in.)
tools.c:104: error: expected ‘;’ before ‘aes_key’
tools.c:106: warning: implicit declaration of function ‘AES_set_decrypt_key’
tools.c:106: error: ‘aes_key’ undeclared (first use in this function)
tools.c:107: warning: implicit declaration of function ‘AES_cbc_encrypt’
tools.c:107: error: ‘AES_DECRYPT’ undeclared (first use in this function)
tools.c: In function ‘aes_cbc_enc’:
tools.c:112: error: ‘AES_KEY’ undeclared (first use in this function)
tools.c:112: error: expected ‘;’ before ‘aes_key’
tools.c:114: warning: implicit declaration of function ‘AES_set_encrypt_key’
tools.c:114: error: ‘aes_key’ undeclared (first use in this function)
tools.c:115: error: ‘AES_ENCRYPT’ undeclared (first use in this function)
tools.c: In function ‘do_yaz0’:
tools.c:335: warning: unused parameter ‘in_size’
make: *** [tools.o] Error 1

Any pointers?
 

kLiNiKaL

Dr. Greenthumb
Member
Joined
May 24, 2009
Messages
581
Trophies
0
Age
39
Location
Los Ganjales
Website
Visit site
XP
49
Country
Jamaica
try the new on called Withon, really easy to compile and install, even works on Openbox for me with very few libs.

give it a try theres a thread in the 2nd page i think dude.
 

Arm the Homeless

Custom Title
Member
Joined
May 26, 2008
Messages
1,762
Trophies
0
Location
/home/andy/
Website
Visit site
XP
125
Country
United States
Bauldrick said:
Thankyou Arm, unfortunately I can only seem to get this to compile on my AMD64 box, which is no good to me. I think I'm missing a trick? I get the same error on ppc and mipsel running Debian:

gcc -Wall -W -O3 -Ilibwbfs -I. -DLARGE_FILES -D_FILE_OFFSET_BITS=64 -c negentig.c -o negentig.o
gcc -Wall -W -O3 -Ilibwbfs -I. -DLARGE_FILES -D_FILE_OFFSET_BITS=64 -c tools.c -o tools.o
tools.c:8:25: error: openssl/md5.h: No such file or directory
tools.c:9:25: error: openssl/aes.h: No such file or directory
tools.c:10:25: error: openssl/sha.h: No such file or directory
tools.c: In function ‘md5’:
tools.c:69: warning: implicit declaration of function ‘MD5’
tools.c: In function ‘sha’:
tools.c:74: warning: implicit declaration of function ‘SHA1’
tools.c: In function ‘aes_cbc_dec’:
tools.c:104: error: ‘AES_KEY’ undeclared (first use in this function)
tools.c:104: error: (Each undeclared identifier is reported only once
tools.c:104: error: for each function it appears in.)
tools.c:104: error: expected ‘;’ before ‘aes_key’
tools.c:106: warning: implicit declaration of function ‘AES_set_decrypt_key’
tools.c:106: error: ‘aes_key’ undeclared (first use in this function)
tools.c:107: warning: implicit declaration of function ‘AES_cbc_encrypt’
tools.c:107: error: ‘AES_DECRYPT’ undeclared (first use in this function)
tools.c: In function ‘aes_cbc_enc’:
tools.c:112: error: ‘AES_KEY’ undeclared (first use in this function)
tools.c:112: error: expected ‘;’ before ‘aes_key’
tools.c:114: warning: implicit declaration of function ‘AES_set_encrypt_key’
tools.c:114: error: ‘aes_key’ undeclared (first use in this function)
tools.c:115: error: ‘AES_ENCRYPT’ undeclared (first use in this function)
tools.c: In function ‘do_yaz0’:
tools.c:335: warning: unused parameter ‘in_size’
make: *** [tools.o] Error 1

Any pointers?
You need openssl.
 

Bauldrick

Well-Known Member
OP
Member
Joined
Jan 22, 2009
Messages
103
Trophies
0
XP
100
Country
I have openssl already!!

#openssl version
OpenSSL 0.9.8k 25 Mar 2009

These Debian boxes are running Squeeze, the AMD64 box I compiled on is running Karmic (Kubuntu) and has a different version of openssl

#openssl version
OpenSSL 0.9.8g 19 Oct 2007

The makefile says something about dodgy versions of openssl, maybe it's this?


-edit-


tools.c says that, not Makefile

@kLiNiKaL this is a headless box, no X System running, and I think Wiithon depends on a whole lot of graphical stuff does it not? As good as it is.. I really like it
 

makiolo

Active Member
Newcomer
Joined
Jul 2, 2009
Messages
31
Trophies
0
XP
46
Country
wiithon is cli and gui.

Examples commands.

wiithon -c ls

Also can use wiithon_wrapper(use by gui):

wiithon_wrapper -p /dev/sdxY formatear
wiithon_wrapper -p /dev/sdxY ls
wiithon_wrapper -p /dev/sdxY df
wiithon_wrapper -p /dev/sdxY add fichero.iso
wiithon_wrapper -p /dev/sdxY rm IDGAME
wiithon_wrapper -p /dev/sdxY extract IDGAME
wiithon_wrapper -p /dev/sdxY rename IDGAME NuevoNombre
wiithon_wrapper -p /dev/sdxY rename_idgame IDGAME NUEVO_IDGAME

For copy WBFS to WBFS direct:

wiithon_wrapper -p /dev/sdxY clonar IDGAME /dev/destinoXY

Wait it help!
 

Bauldrick

Well-Known Member
OP
Member
Joined
Jan 22, 2009
Messages
103
Trophies
0
XP
100
Country
QUOTE said:
Wait it help!

I appreciate it, but I'm not sure I understand what you mean here?

Basically, if I run sudo make install_auto_and_fix I get this error:

http://pastebin.com/m43dc4606

Which makes sense as I'm not on a i386 box

If I just run sudo make install I get:

http://pastebin.com/m493d1ce4

Any help would be appreciated

-edit-

Oh, I changed Makefile t fetch unrar instead of rar as I can't seem t find it in repos, non-free aswell

and my `o` doesn't wrk very well
smile.gif
 

makiolo

Active Member
Newcomer
Joined
Jul 2, 2009
Messages
31
Trophies
0
XP
46
Country
Sorry my english ....

"E: Package libc6-dev-i386 has no installation candidate"

You need package "libc6-dev-i386" for compile 32bit applications in 64 bit plataform.
I dont't know name of your distribution.


If only want the binary, i upload precompiled:

http://www.speedyshare.com/740590540.html

Remind: chmod +x ...
 

Bauldrick

Well-Known Member
OP
Member
Joined
Jan 22, 2009
Messages
103
Trophies
0
XP
100
Country
No need t apoligize, thanks for the help.

Thing is, these `computers` I'm trying to compile on have a completely different architecture (if that is correct term) a) has mipsel CPU b) has pwerpc CPU so I would not be able to install libc6-dev-i386 (libc6-dev is installed though)

I'll try your binary, but I don't think it will work due to difference.

-edit-

QUOTE said:
I dont't know name of your distribution.
Debian (testing) named Squeeze

As I expect your binary gives:

sudo /mnt/hda/share/wiithon*
/mnt/hda/share/wiithon wrapper: /mnt/hda/share/wiithon wrapper: cannot execute binary file
 

Bauldrick

Well-Known Member
OP
Member
Joined
Jan 22, 2009
Messages
103
Trophies
0
XP
100
Country
I found that I needed libssl-dev to compile kwiirks wbfs.

I doubt that anyne here would require them, but I've got static binaries for Linkstation1 (powerpc) and Linkstation2 (mipsel) if needed.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Psionic Roshambo @ Psionic Roshambo:
    Analog stick nipples
  • BigOnYa @ BigOnYa:
    Yea i have couple other sites I find Switch titles also and just looked, I don't see it out/leaked yet...(paper mario)
  • Quincy @ Quincy:
    Or even worse; circle pad ball fondlers like on the 3DS
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I just want a Pokemon Hell Raiser fan game 😭
  • K3Nv2 @ K3Nv2:
    Anyone wanna play with my joydock
  • BigOnYa @ BigOnYa:
    Biomutant looks cool tho, may have to try that
  • Quincy @ Quincy:
    Usually when such a big title leaks the Temp will be the first to report about it (going off of historical reports here, Pokemon SV being the latest one I can recall seeing pop up here)
  • K3Nv2 @ K3Nv2:
    I still like how a freaking mp3 file hacks webos all that security defeated by text yet again
  • BigOnYa @ BigOnYa:
    They have simulators for everything nowdays, cray cray. How about a sim that shows you playing the Switch.
  • K3Nv2 @ K3Nv2:
    That's called yuzu
    +1
  • BigOnYa @ BigOnYa:
    I want a 120hz 4k tv but crazy how more expensive the 120hz over the 60hz are. Or even more crazy is the price of 8k's.
  • K3Nv2 @ K3Nv2:
    No real point since movies are 30fps
  • BigOnYa @ BigOnYa:
    Not a big movie buff, more of a gamer tbh. And Series X is 120hz 8k ready, but yea only 120hz 4k games out right now, but thinking of in the future.
  • K3Nv2 @ K3Nv2:
    Mostly why you never see TV manufacturers going post 60hz
  • BigOnYa @ BigOnYa:
    I only watch tv when i goto bed, it puts me to sleep, and I have a nas drive filled w my fav shows so i can watch them in order, commercial free. I usually watch Married w Children, or South Park
  • K3Nv2 @ K3Nv2:
    Stremio ruined my need for nas
  • BigOnYa @ BigOnYa:
    I stream from Nas to firestick, one on every tv, and use Kodi. I'm happy w it, plays everything. (I pirate/torrent shows/movies on pc, and put on nas)
  • K3Nv2 @ K3Nv2:
    Kodi repost are still pretty popular
  • BigOnYa @ BigOnYa:
    What the hell is Kodi reposts? what do you mean, or "Wut?" -xdqwerty
  • K3Nv2 @ K3Nv2:
    Google them basically web crawlers to movie sites
  • BigOnYa @ BigOnYa:
    oh you mean the 3rd party apps on Kodi, yea i know what you mean, yea there are still a few cool ones, in fact watched the new planet of the apes movie other night w wifey thru one, was good pic surprisingly, not a cam
  • BigOnYa @ BigOnYa:
    Damn, only $2.06 and free shipping. Gotta cost more for them to ship than $2.06
  • BigOnYa @ BigOnYa:
    I got my Dad a firestick for Xmas and showed him those 3rd party sites on Kodi, he loves it, all he watches anymore. He said he has got 3 letters from AT&T already about pirating, but he says f them, let them shut my internet off (He wants out of his AT&T contract anyways)
    BigOnYa @ BigOnYa: I got my Dad a firestick for Xmas and showed him those 3rd party sites on Kodi, he loves it, all...