WM7Full.bin taken apart.. - Windows Phone 7 Development and Hacking

If anybody is interested in grabbing the ringtones/wallpaper/strange sample icons from WM7, it's possible to reverse engineer the BIN file to get at the raw files that make up WM7.
Happy to post steps if anybody wants to get at this stuff, if not please see wallpapers and ringtones attached to this post. Hopefully helpful to somebody out there.

thanks... please post how to extract the bin for noobs!

Of course... you need:
- The BIN file. In this case I used WM7Full.bin available from several sites
- viewbin.exe from Microsoft Platform SDK
- cvrtbin.exe from Microsoft Platform SDK
- dumprom.exe from Microsoft Platform SDK
You may also be able to find these utilities using Google.
Use viewbin.exe to analyse the file:
viewbin.exe -t wm7full.bin
You'll see an image start and length. Start was 0x81000000 with length 0x0496A294 for the specific file I used. Plug these values into cvrtbin.exe:
cvrtbin.exe -r -a 0x81000000 -l 0x0496A294 -w 32 wm7full.bin
(obviously substituting the -a and -l value for those obtained from viewbin. Leave -w as 32)
This will produce wm7full.nb0. Plug this file into dumprom.exe:
dumprom.exe -d c:\output wm7full.nb0.
And there you have it, the files will be chucked into c:\output in their entirety.

Thanks for this one, some good sounds inside

I can't find viewbin.exe, cvrtbin.exe, and dumprom.exe anywhere, can someone post a link?
EDIT: Or, better yet, could someone just upload the dump?
EDIT 2: Okay, I found the tools, but the dump didn't work. Any suggestions?

Could you provide details of the error that you're seeing please?
To answer your other questions, I'm not planning to upload the whole dump as it's copyright and against the forum rules. Same goes for the tools, they're part of the Platform Builder SDK.

akersj said:
Happy to post steps if anybody wants to get at this stuff, if not please see wallpapers and ringtones attached to this post. Hopefully helpful to somebody out there.
Click to expand...
Click to collapse
Thank you very much

Not to be a buzzkill, but these are the same ringtones and sounds from 6.1/6.5
Though I missed flamenco fire, thanks for bringing it back

mazzarin said:
Not to be a buzzkill, but these are the same ringtones and sounds from 6.1/6.5
Though I missed flamenco fire, thanks for bringing it back
Click to expand...
Click to collapse
LOL.. I didn't try 6.1/6.5, just saw the BIN file screaming to be taken apart! Flamenco Fire ... hmm interesting

akersj said:
Could you provide details of the error that you're seeing please?
To answer your other questions, I'm not planning to upload the whole dump as it's copyright and against the forum rules. Same goes for the tools, they're part of the Platform Builder SDK.
Click to expand...
Click to collapse
There is no error message; I run the tools exactly as described, which works, but when I look for "C:\output", I can't find it. Otherwise everything is fine.

Fdo35 said:
There is no error message; I run the tools exactly as described, which works, but when I look for "C:\output", I can't find it. Otherwise everything is fine.
Click to expand...
Click to collapse
You will need to substitute c:\output for a directory of your choice that exists on your system. Please also ensure that you are using the offset and length appropriate to the bin file you are using.

Fdo35 said:
There is no error message; I run the tools exactly as described, which works, but when I look for "C:\output", I can't find it. Otherwise everything is fine.
Click to expand...
Click to collapse
as akersj says above... you need to create the folder c:\output first or use another folder that already exists. The tools will not create a new directory for you.

Oh, I see now! I can't believe I didn't try that!
Well, anyway, this is pretty interesting. Especialy files like 'FileBrowser.exe,' FileBrowserCM.dll,'and 'NativeInstallerHost.exe' could be of some great use to us.

Related

FTP Uploads Folder

I was browsing through the ftp and it appears there are tons of stuff in the Universal Uploads folder. If someone in here is able to verify that all the stuff in there is good (well good as in meaning no virus's or fake files) then let me know i will jump in and move the stuff into "Safe Heaven". Since im not a Universal user i cant verify them myself, but i do want to get the ftp cleaned up a bit so its easier to find the stuff people want.
Universal Upload Folder
Most of the AKU3 ROMs directory is ok. "Uni_AKU3_WWE". I have try Indra, Ivan & Helmi. My friend tried Jwrights.
Most of the Radio directory is ok. "Radio". I have used the 1.14.10 & the 1.13.00
HELMI_UNIVERSAL_VISTA_BOOTSREEN_PACK.rar is ok.
Seems like a lot of stuff are missing or is it moved to somewhere?
Hi, I can verify Helmi's rom AKU3.5 latest version, radio 1.14.10, CreateBootScreenPackage.rar and MaUpgradeUt_noID.exe (under Uni_Tool folder) are all working and free of virus.
I'd like to have CreateBootScreenPackage.rar under Universal folder out of Uploads cause I'm planning to link it from Universal's wiki.
Sergio.
I understand the need to clean up the ftp folders but if the files are moved away from their present folders then almost every link to files in the upload folder will be invalid. That means that allot of users will be asking again and again for the files. Just thought I'd share.
havoc99 said:
I understand the need to clean up the ftp folders but if the files are moved away from their present folders then almost every link to files in the upload folder will be invalid. That means that allot of users will be asking again and again for the files. Just thought I'd share.
Click to expand...
Click to collapse
Then they will have 2 options:
1. People can update their links to the point to the Universal folder and not the upload folder.
2. People can look be proactive and look in the Universal folder for what they are looking for.
By moving them to the regular universal folder it will prevent people from deleting files that may be of use. I am probably going to start moving files today!
shogunmark said:
Then they will have 2 options:
1. People can update their links to the point to the Universal folder and not the upload folder.
2. People can look be proactive and look in the Universal folder for what they are looking for.
By moving them to the regular universal folder it will prevent people from deleting files that may be of use. I am probably going to start moving files today!
Click to expand...
Click to collapse
Yeah. I believe you're right. I completely forgot about the fact that the Uploads folder is open to the users. Sorry about that.
By the way, have you seen the WM5NewMenu and the Close app software in any of the folders? Thanks
New App for the Universal Tools-Programs Folder
Hi. I was looking for this software, the WM5NewMenu software and a member gave it to me. I've installed it and it's working great. Here's the link to the forum and I've attached it as well.
Btw if you get the CloseApp software please post me the link. Thanks.
It's post number 428
http://forum.xda-developers.com/showthread.php?t=286036&page=43
Orange Menu
You should also put up the Orange Today Menu from the following link. I've tried this out as well. Thanks.
http://forum.xda-developers.com/showthread.php?t=285523
havoc99 said:
Hi. I was looking for this software, the WM5NewMenu software and a member gave it to me. I've installed it and it's working great. Here's the link to the forum and I've attached it as well.
Btw if you get the CloseApp software please post me the link. Thanks.
It's post number 428
http://forum.xda-developers.com/showthread.php?t=286036&page=43
Click to expand...
Click to collapse
Is it arabic Enabled?
TacticalOps said:
Is it arabic Enabled?
Click to expand...
Click to collapse
I don't really know. I've never tried with any other language. you're most welcome to try.
Tool_and_programs folder in Uploads folder
I have added a folder in the uploads folder called "Tools_and_programs".
ftp://xda:[email protected]/Uploads/Universal/Tools_and_programs/
In that folder I have put in four programs:
Currency_Converter_2005.zip: This is a free and really good program I found online.
ftp://xda:[email protected]_and_programs/Currency_Converter_2005.zip
OxiosMemory-CloseApp.zip: This is the close app and hibernate app that is included in most of the AKU ROMs.
ftp://xda:[email protected]/Uploads/Universal/Tools_and_programs/OxiosMemory-CloseApp.zip
spv_m3100_orange_homescreen_194.zip: This is the Today screen from the Orange ROMs.
ftp://xda:[email protected]_programs/spv_m3100_orange_homescreen_194.zip
WM5NewMenu.CAB: This is the program/tool from most of the AKU ROMs.
ftp://xda:[email protected]/Uploads/Universal/Tools_and_programs/WM5NewMenu.CAB
I have put up these programs to share with the community. However until it's moved to the main Universal folder out of the Uploads folder I am not held responsible for any manipulation to these files. The modified by date on the files when i put them up were: 24.01.2007 3:31PM for the Currency zip file while the other three were: 24.01.2007 3:20PM.
CWKJ said:
Most of the Radio directory is ok. "Radio". I have used the 1.14.10 & the 1.13.00
Click to expand...
Click to collapse
Where is radio 1.14? I am looking at ftp://[email protected]/Universal/Radio/ and the highest radio is 1.13 and it says T-Mobile Germany. Is it safe to use also when not in Germany? And were is 1.14?
FYI:
ftp://ftp.xda-developers.com/Uploads/Universal/Radio
Here's the working link
Radio in upload folder
The date on the file matches the one that I have on my PC and which is installed on my set so I'm guessing it's the same. Could have sworn that was in the Universal folder instead of the Uploads. There's a Radio named "1.4.10" ... I'm guessing this is a typo? Since it's in the main Universal folder that means that its real? Anyone try that file?
The date on 1.4 is 15/11/2005, the date on 1.14 is 23/10/2006 and the contents differ.... so I guess one is indeed 1.4 rather than a typo!
havoc99 said:
I have added a folder in the uploads folder called "Tools_and_programs".
ftp://xda:[email protected]/Uploads/Universal/Tools_and_programs/
In that folder I have put in four programs:
Currency_Converter_2005.zip: This is a free and really good program I found online.
ftp://xda:[email protected]_and_programs/Currency_Converter_2005.zip
OxiosMemory-CloseApp.zip: This is the close app and hibernate app that is included in most of the AKU ROMs.
ftp://xda:[email protected]/Uploads/Universal/Tools_and_programs/OxiosMemory-CloseApp.zip
spv_m3100_orange_homescreen_194.zip: This is the Today screen from the Orange ROMs.
ftp://xda:[email protected]_programs/spv_m3100_orange_homescreen_194.zip
WM5NewMenu.CAB: This is the program/tool from most of the AKU ROMs.
ftp://xda:[email protected]/Uploads/Universal/Tools_and_programs/WM5NewMenu.CAB
I have put up these programs to share with the community. However until it's moved to the main Universal folder out of the Uploads folder I am not held responsible for any manipulation to these files. The modified by date on the files when i put them up were: 24.01.2007 3:31PM for the Currency zip file while the other three were: 24.01.2007 3:20PM.
Click to expand...
Click to collapse
All Moved....
Arabic folder, Moved...
Linux 2.6.12 folder, Moved...
Qtek 9100 firmware folder, moved...
Radio files, Moved...
I left the midget_1990 cause im not sure if those need to be moved or
not.. let me know and i will move them..
does anyone know what this file is and what its doing in the universal uploads folder? its labeled as "WindowsXP-KB918997-v2-x86-ENU.exe" its only 1.25MB
As of right now the Universal Uploads folder is clean
Good good, clean up was a very good idea. Much more organized now.
i am always more than happy to clean.. i will just need your guys input since i dont have a universal, i wont know whats good and what isnt without you guys
shogunmark said:
All Moved....
does anyone know what this file is and what its doing in the universal uploads folder? its labeled as "WindowsXP-KB918997-v2-x86-ENU.exe" its only 1.25MB
Click to expand...
Click to collapse
I searched the Microsoft site for the knowledge base file and well it's a Wireless LAN API fix/patch/program. It's used on a Windows XP machine so you should delete it. I have not idea why someone put it there. Must have been by accident.
Permission Denied !
It Seems That I don't Have Access To The folder !
How-Come ?

Archived - Naked Based Pandora Kitchen - Build it YOUR way - WM6.1

2/22/08 Links have been pulled and no further support on this base.
Thanks for everyone's support - but 6.1 isn't ready for mainstream use.
Watch for future releases.
Suggestions:
Extract everything into one folder.
In that folder, you should have:
OEM
SYS
ROM
TOOLS
BuildNB.bat
Sweet stuff matt.
Will give it a run at some point, should be working great if PN8b3 is anything to go by.
superstorage
mattk_r said:
Suggestions:
Extract everything into one folder.
In that folder, you should have:
OEM
SYS
ROM
TOOLS
BuildNB.bat
Click to expand...
Click to collapse
Hi Matt
I'm not a big fan of superstorage. Will I be able to use the 3.62.3 base rom and keep the ext rom?
pablo11 said:
Hi Matt
I'm not a big fan of superstorage. Will I be able to use the 3.62.3 base rom and keep the ext rom?
Click to expand...
Click to collapse
Nope. I think the ROM folder from bepe's 6.1 kitchen (V1) isn't big storage, but I need to go back and read through his thread to check. Hope to have some options soon
I've used the older version of this kitchen before no problems. Just loaded this one and it builds my os fine I pick all my stuff as normal then close the window and I get a error report window that buildip.exe has encountered a problem and needs to close.
Any ideas?
MrDSL said:
I've used the older version of this kitchen before no problems. Just loaded this one and it builds my os fine I pick all my stuff as normal then close the window and I get a error report window that buildip.exe has encountered a problem and needs to close.
Any ideas?
Click to expand...
Click to collapse
May need the runtimes in post #2 of the Naked 8b3 thread (in my sig). If that fixes it I'll move the link over to this thread.
same error..
I get the following error every time I execute BuildNB.bat. What am I doing wrong? I have put the specified files in the folder.
Creating 'dump' folder...
Folder created - continuing
Launching BuildOS:
After selecting packages and running program
exit the program to contine
Do not close this window!!
The system cannot execute the specified program.
ERROR! (errorlevel: 9020)
Press any key to continue . . .
Matt, did you ever figure out if you could pull out a cab file for Windows Live 10.6.33.0700? It is pretty sweet
dgates71 said:
I get the following error every time I execute BuildNB.bat. What am I doing wrong? I have put the specified files in the folder.
Creating 'dump' folder...
Folder created - continuing
Launching BuildOS:
After selecting packages and running program
exit the program to contine
Do not close this window!!
The system cannot execute the specified program.
ERROR! (errorlevel: 9020)
Press any key to continue . . .
Click to expand...
Click to collapse
Run the runtime app in the Naked 8 thread second post (see sig). That should let it work on your machine. If it fixes it, let me know and I'll move the link over here.
Pumpiron579 said:
Matt, did you ever figure out if you could pull out a cab file for Windows Live 10.6.33.0700? It is pretty sweet
Click to expand...
Click to collapse
Not yet. There are a few modules that are decompiled and on other software packages that I've tried to re-merge, the results have not been good.
I hope someone like Duthroy (who's done many others successfully) will get the chance to do so
Report
Flashes okay, but Pandora 3G Black Dialer has no button graphics except for the video button.
mattk_r said:
May need the runtimes in post #2 of the Naked 8b3 thread (in my sig). If that fixes it I'll move the link over to this thread.
Click to expand...
Click to collapse
Yest it's help with this issue.
mattk_r said:
Run the runtime app in the Naked 8 thread second post (see sig). That should let it work on your machine. If it fixes it, let me know and I'll move the link over here.
Click to expand...
Click to collapse
Thanks mattr that did the trick. Run through with no problems at all. Will report back to let you now how it works.
Updated everything I can and I still get the same error..
Hi, I'm still having a problem with restoring SMS via PIMBackup (even v2.8). I even tried restoring them with SPB backup. The inbox appears empty, although the message number (552 messages) is shown on the bottom. As other users have reported restoring successfully, I believe it might have to do that I have 2 subfolders under ''inbox''.
Anyone got an idea on how to overcome this?
larsuck said:
Flashes okay, but Pandora 3G Black Dialer has no button graphics except for the video button.
Click to expand...
Click to collapse
Ah, ok. It must actually use the .gif files rather than the png. this one had bugged me for a while...
I'll upload a new package for testing and update the OEM Pack if it works.
larsuck said:
Flashes okay, but Pandora 3G Black Dialer has no button graphics except for the video button.
Click to expand...
Click to collapse
Looks like it was missing registry keys in the base. I added them to the package.
Here's the updated package - if you can test I'd appreciate it and if it works I'll add it into the update.
anyone feel like uploading to some mirrors? this could take me all day w/ rapidshare
thanks and great work, matt.

Ubuntu / Linux auto sign tool?

I have been toying with the idea of making a theme. Sounds like fun and the How To's here are really thorough (by the way, I appreciate that, those things must have been quite the labors of love).
As you can tell from the thread title, my OS of choice is obviously Ubuntu. The autosign tool sounds pretty convenient, but I notice it is for Windows. I've searched a bit, but honestly I am getting tired of thumbing through thread after thread looking for the answer and was hoping for a friendly nudge in the right direction.
Anyway, long way around to these questions:
1, when I re-sign an apk, do I use test-keys, do I create my own key, or do is that something JDK will create for me to use?
2, I don't want to create a theme that makes people need to wipe before switching, the template is up to date on the How To thread? Are there templates for JF ADP1.1, and maybe even RC8 as well? Or was there a thread I could read about taking the necessary parts of JF's update and building a template of mine own from that?
3, To actually resign an apk, you have to edit some hex code right? If there truly is NO tool for Linux, I could use some directions on where to find how to manually sign a file. Then hopefully I can find / convert / create a tool in Linux to handle the dirty work for me.
I guess this is what I get for coming in so late into the game.
Also, I am curious if anyone else creates themes in anything other than Windows... any *nix creators out there?
ok, first off to resign an apk or a zip you dont have to do any hex editing at all, in fact, to make a theme you dont have to do any hex editng.
2nd, use my default themes as in the stickies as a template to build your theme, it will not wipe.
3rd to resign in linux, which I haven't done, you will probably need the original signing tool which can be found in jf's recovery.img .zip[ he provided a while ago. I believe it is stickied on android development.
This is the command to resign them
java -jar testsign.jar >inputfile> <outputfile>
Hope this helps
Stericson
Thanks for the super quick reply
Ok, I'll give a search for "testsign.jar", that should get me in the right direction. Once I have that I guess it is time for some experimenting. It shouldn't be hard to develop a shell script that takes every file of xxx type, from a directory and then pass them as values to the testsign.jar app one by one. I had a shell script do something like this to rename all of my photos.
I resign the apk and zip files then.
Thanks Stericson, now I am off to find that testsign.jar, make sure I have the up-to-date default themes, and play around a bit.
EDIT:
SignApk.jar is a tool included with the Android platform source bundle.
testkey.pk8 is the private key that is compatible with the recovery image included in this zip file
testkey.x509.pem is the corresponding certificate/public key
Usage:
java -jar signapk.jar testkey.x509.pem testkey.pk8 <update.zip> <update_signed.zip>
Click to expand...
Click to collapse
This is what I need isn't it? I thought that sounded familiar, I had this downloaded from the whole "let's explore how to root my phone" process.
oh yea, ooops, that is right...sorry I have a custom version of the tool I use. Sowwy.
But that is right.
that cmd line will sign both apks and zips
Stericson

[X1/X2] Editing camera interface (v1.2, PC)

Blob Editor for PC
Version: 1.2
I've made a little tool that helps to edit camera's interface.
Supports both X1 and X2.
As you know, interface is packed into images.blob. Now you can replace any image there.
Also you can edit sounds.blob with it
Version history:
v1.2:
-fixed sounds replacing bug
v1.1:
-added command line support. Now you can assign it to *.blob files.
-F1 and F2 now replace or extract current file
-minor interface fixes
v1.0: initial release
Mini-Guide:
1) Get you images.blob or sounds.blob file from \Program Files\XperiaCamera\Resources
2) Open it in BlobEditor
3) Find any images you want to replace and press "Replace". It is better to extract all files (they will have internal hex-identifiers, not just an order)
4) Save. Move to \Program Files\XperiaCamera\Resources. Enjoy!
Screenshot:
Attachments:
BlobEdit - editing tool.
ExampleUI - little changed X1's UI. Changed arrows in options and "play" image in gallery.
images_x2 - may be someone wants to "port" X2's interface to X1? You are welcomed!
sounds_x2 - sounds from X2
Maybe write a mini-guide on how to replace the files? I thought it was a .cab app for xperia and all the work was done on the phone.. But I dont know where the .blob files are located in the phone memory in order to replace them :/ Any help appreciated ^^
Hi
If I'm not wrong, you're "ultrashot" from "mobilefree"?!
You & your friends converted my K750 to nearly a smartphone.
Glad to see you here!
@ all: ultrashot is a master in developing.
Thank you for all your works.hope to learn a lot of things from you.
I tried the editor and it works for me.
If you add "Drag & Drop" feature it's better I think.
thanks
@ chichoko:
It's a computer Program.
By default the files are here in X1:
/Program Files/XperiaCamera/Resources/
PS:
could you share X2 Camera Sounds too?!
chichoko said:
Maybe write a mini-guide on how to replace the files? I thought it was a .cab app for xperia and all the work was done on the phone.. But I dont know where the .blob files are located in the phone memory in order to replace them :/ Any help appreciated ^^
Click to expand...
Click to collapse
Ok, added to first post
SJD-Vampire said:
Hi
If I'm not wrong, you're "ultrashot" from "mobilefree"?!
Click to expand...
Click to collapse
Yes, you are right
SJD-Vampire said:
I tried the editor and it works for me.
If you add "Drag & Drop" feature it's better I think.
thanks
Click to expand...
Click to collapse
Good idea, but I decided not to do this because of some reasons. But I've added F1/F2 shortcuts.
SJD-Vampire said:
PS:
could you share X2 Camera Sounds too?!
Click to expand...
Click to collapse
Ok, shared. They seem to be the same as X1's (only one empty sound added)
Thank you very much.
I'm sure you will bring new eXPERIence to XPERIA
I hope learn many things from you.
cool..cool...hmnn..ultrashot..y is there a [OP] next to your name..what does it mean?
rotastrain said:
cool..cool...hmnn..ultrashot..y is there a [OP] next to your name..what does it mean?
Click to expand...
Click to collapse
I am also interested in that
ultrashot said:
I am also interested in that
Click to expand...
Click to collapse
i think it means "ORIGINAL POSTER"
rotastrain is right. Quoted from Wikipedia:
"OP, short for original post or original poster. Used on online message boards and forums to denote the first post (or posting) on a topic often containing the original question or topic of discussion."
Appreciated for the mini-guide! Will give it a shot later on when I get home.. Cheers!
chichoko said:
Appreciated for the mini-guide! Will give it a shot later on when I get home.. Cheers!
Click to expand...
Click to collapse
It is not harder than MS notepad. You can extract all files, redraw them as you want and then replace all needed files.
So Great
Thankx
ultrashot said:
It is not harder than MS notepad. You can extract all files, redraw them as you want and then replace all needed files.
Click to expand...
Click to collapse
Well.. how do I make an audio file a *.bin file, so that I can select it with the application? Just renaming the *.wav to *.bin does give an error..
Other than that: Great, I've always wanted to get rid of some the camera sounds..
dsip, thanks, fixed. Check first post.
Oh, it wasn't actually me. Thanks for fixing it, works perfectly now.
I might very well imagine it, but using your sound.blob with the extra "slot" for Sound "D" felt like it made the menu of the camera somwhat slower. I haven't tested it or anything, and I just replaced the sounds in the old sounds.blob without a "D" in it. (Using an X1 that is, obviously.)

[Q] Any way to _read_ the file system of WP7?!

Hey Guys,
i'm looking for a method to read (and maybe transfer it to my PC) the files of the WP7 file-system for an analysis (not only the isolated storage files - i need more )
( I don't want to run unmanaged code, i only want to view the files of the system)
Reason:
i'm writing my bachelor thesis about the possibility's of a forensic analysis (on WP7).
It would be very (very!!) helpful for me if there is a code example how to do this (if possible)
Edit: i'm working on a samsung omnia 7
Thanks!
endeffekt
(sorry for my english )
you can read the isolated storage files in your PC now?
Search the forum. There are a couple threads here discussing that topic. Normally I would link to it but today I'm not in the mood to do someone's homework for them. (Dang, I'm in a rotton mood today).
You can use what I have of my filesystem lib here: http://forum.xda-developers.com/showthread.php?t=861501&page=3
jmorrill said:
You can use what I have of my filesystem lib here: http://forum.xda-developers.com/showthread.php?t=861501&page=3
Click to expand...
Click to collapse
can you or someone els make .xap of it ?
ceesheim said:
can you or someone els make .xap of it ?
Click to expand...
Click to collapse
There's not a whole lot you can do with that out of the box - It's mainly just a proof-of-concept, showing how you can use a COM Library to read the files. I'm working on a file browser that will attempt to load the files in a basic text reader, but there's little use for providing the sample as a XAP, it just attempts to read BasePolicy.xml.
thanks , then I will wait till you build a nice file explorer , so we can look what files are in the win dir .
FileBrowser
Source
Still very basic, not the most stable either, but at least you can browse the Windows folder, and read text files.
I'll probably put more effort in once I've got further with my SevenIRC App.
hounsell said:
FileBrowser
Source
Still very basic, not the most stable either, but at least you can browse the Windows folder, and read text files.
I'll probably put more effort in once I've got further with my SevenIRC App.
Click to expand...
Click to collapse
wow , thanks (sorry thanks are gone for today ) .
ps what is SevenIRC App ?
ceesheim said:
wow , thanks (sorry thanks are gone for today ) .
ps what is SevenIRC App ?
Click to expand...
Click to collapse
Homebrew IRC App based on jmorrill's Networking Library.
hounsell said:
Homebrew IRC App based on jmorrill's Networking Library.
Click to expand...
Click to collapse
Do you think it's possible to create a simple webserver or ftp server with this library?
ajhvdb said:
Do you think it's possible to create a simple webserver or ftp server with this library?
Click to expand...
Click to collapse
I didn't write any code to listen on a socket in that library. It shouldn't be too hard for you to write that in there and give it a try.
thank you very very much!
it will be very useful for me!
:-*

Categories

Resources