GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > Other Gsm/Mobile Related Forums > GSM Programming & Reverse Engineering


GSM Programming & Reverse Engineering Here you can post all Kind of GSM Programming and Reverse Engineering tools and Secrets.

Reply
 
LinkBack Thread Tools Display Modes
Old 01-23-2007, 22:09   #1 (permalink)
Temporary banned !!
 
Join Date: Jul 2005
Location: Palestine
Age: 37
Posts: 571
Member: 165433
Status: Offline
Thanks Meter: 72
i want know if vb and asm capable to make software of unlocking & flashing


i want know if vb and asm capable to make software of unlocking & flashing
  Reply With Quote
Old 01-24-2007, 01:09   #2 (permalink)
Junior Member
 
Join Date: Jan 2007
Posts: 21
Member: 436279
Status: Offline
Thanks Meter: 3
vb for flashing? hmn...

NOT GOOD.


Regards
  Reply With Quote
Old 01-24-2007, 01:35   #3 (permalink)
Product Manager
 
.:hack3r2k:.'s Avatar
 
Join Date: Aug 2002
Location: FuriouSTeaM
Posts: 53,976
Member: 15022
Status: Offline
Sonork: 100.53452
Thanks Meter: 61,567
Quote:
Originally Posted by Pinoy Hacker View Post
vb for flashing? hmn...

NOT GOOD.


Regards
Why not good ? OTUF is made in VB and isnt ****. You only need brain and knowledge of the language u plan to use ... rest is writting.

Br
  Reply With Quote
Old 01-24-2007, 14:49   #4 (permalink)
Temporary banned !!
 
Join Date: Jul 2005
Location: Palestine
Age: 37
Posts: 571
Member: 165433
Status: Offline
Thanks Meter: 72
Quote:
Originally Posted by .:hack3r2k:. View Post
Why not good ? OTUF is made in VB and isnt ****. You only need brain and knowledge of the language u plan to use ... rest is writting.

Br
thanks my friend always hack2r3k answer in this section please more answer
  Reply With Quote
Old 01-24-2007, 15:05   #5 (permalink)
Temporary banned !!
 
Join Date: Jul 2005
Location: Palestine
Age: 37
Posts: 571
Member: 165433
Status: Offline
Thanks Meter: 72
isnt ****. ??????????????????????????????????????????????
  Reply With Quote
Old 01-24-2007, 15:55   #6 (permalink)
No Life Poster
 
simpa's Avatar
 
Join Date: Dec 2003
Location: Out of Africa
Posts: 702
Member: 45476
Status: Offline
Thanks Meter: 16
well, if you can do it in ASM, you have all my respect
  Reply With Quote
Old 01-24-2007, 16:49   #7 (permalink)
Freak Poster
 
Join Date: May 2003
Location: Poland
Age: 36
Posts: 233
Member: 29897
Status: Offline
Thanks Meter: 3
Don't forget that assembler is language created for machines not for people. So if you are usign assembler language you are making all taskts more difficult for you. There is no point to use assembler language when programming for PC. Assembler can be good but for programming micontrollers(for unlock clips, box processors etc.). If you want programming for Windows Visual Basic will be better

In programming unlocking and flash software creating software isn't a main problem. First you must now what you want to do - I mean that you must know algos, communiaction protcools etc. In most cases it's 90% of all work. Usually it means a lot of hours of disassembling phone firmwares, reverse engineering existing PC software and studying megabytes of logged data communication.

If you have already known Visual Basic it can be the best choice for you. But if you only looking for language what you want to learn so maybe you should choose between C++ or Delphi. These languages are more flexbile and can offer you more security. Mose of existing software(not for GSM only) are written in one of this two languages. A lot of people said that C++ is harder to learn and is used by proffesinals. I personally don't accept these word and for me these two languages have equal capabiltes.

So if you want to make commecial software, after a lot of hours your work, a lot of night without sleep, want to earn some money you will face next problem. You need to protect your software. But it's a diffrent story

Maybe that all seems to be really difficult, maybe ever impossible. But trust me that only if you want you can learn it But it can take a lot of your time Best of luck
  Reply With Quote
Old 01-24-2007, 17:47   #8 (permalink)
No Life Poster
 
Dave.W's Avatar
 
Join Date: Nov 2001
Location: England
Age: 41
Posts: 2,821
Member: 7653
Status: Offline
Thanks Meter: 823
people who say ASM is too much trouble have never used it (i talk win32ASM).

it is so close to c++ that you could almost touch it

the hardest part is to make a nice GUI, but there are many tools available for helping you (you can use VC++ resource generator for making GUI)

90% of your ASM program is written in your "hello world" days. the source is re-used many times with just some program code changed...

to code in ASM, mathmatical operations, is second nature if you used ASM for uC..

the advantage:
Time critical operations.

some phones may respond on "sloppy" command times, but not all.

with ASM, you can time your operations to the uS
  Reply With Quote
Old 01-24-2007, 19:17   #9 (permalink)
No Life Poster
 
Zaihtam's Avatar
 
Join Date: Dec 2004
Location: 0x001FD00
Posts: 1,285
Member: 98572
Status: Offline
Thanks Meter: 36
Or you can use the inline ASM function if you wish, many programming lang support it. If programming PC i prefer using Delphi.

BTW, it's just the matter where you are really comfort at, just a habbit only. some can program a huge proggie using ASM lang in short time, it's just habbit anyway. it doesn't matter... the goal is your proggie work as you wish or not.

Good Luck...
  Reply With Quote
Old 01-24-2007, 20:42   #10 (permalink)
Freak Poster
 
simba1805's Avatar
 
Join Date: Nov 2004
Posts: 190
Member: 92500
Status: Offline
Thanks Meter: 5
vb and asm aren't the only things to learn risc and cisc processors programming and embeded systems programming an debugging not easy to do but if you can thats good and good luck
  Reply With Quote
Old 01-24-2007, 21:31   #11 (permalink)
No Life Poster
 
Dave.W's Avatar
 
Join Date: Nov 2001
Location: England
Age: 41
Posts: 2,821
Member: 7653
Status: Offline
Thanks Meter: 823
yes, it is definatly nice to learn ASM for PIC or other uC also.

the inline ASM function uses mnemonics as those in PIC assembly (MOV, JNE).

its nice to have that option.

you will have a good footing for ARM processor as used in NMP also
  Reply With Quote
Old 01-27-2007, 11:28   #12 (permalink)
No Life Poster
 
::Yasir::'s Avatar
 
Join Date: Dec 2003
Age: 36
Posts: 891
Member: 47281
Status: Offline
Thanks Meter: 17
Those who say VB can't, means they are still sleeping. Today VB.NET and C#.NET have the lead. C++ has a lot to do before it can reach them! In 10 years time, Microsoft will forget C++ and all Windows OS will be developed under .NET languages (not forgetting VB and C#), which has already started!!So man, how can u unlock with VB?? Means u need some libraries (.dll files) which communicate with ports such as RS-232 and LPT!!There are tons of them on the net! Most unlock/flash software have been developed under Delphi and ASM, so the best way to translate the software in vb is to reverse engineer those apps. You also need a brilliant mind in this scenario because those software written in Delphi/... are encrypted. And I'd also advise your software to be encrypted to prevent them from bein reversed! If you know VB.NET try dotFuscator!! Hope these info were useful

All the best,
Yasir
  Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Do i need to know if bb5 t-mobile usa can make them?? americantel A1-Services.org 0 12-27-2008 16:21
I want know if UID is working now 22 OCT 08 ejazkhan9 UID - Box 1 10-23-2008 02:46
100's of Unlocking & Flashing cables old and new alexbrowne Main Sales Section 0 03-15-2007 21:58
Pana X200 refuses to accept SIM after unlock & Flash doctormike Infinity-Box 8 08-21-2006 18:25

 



All times are GMT +1. The time now is 04:16.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.23413 seconds with 9 queries

SEO by vBSEO