|
![]() |
|
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. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Register | FAQ | Donate | Forum Rules | ★. iPhone Unlock .★ | -= JTAG BOOM =- | Search | Today's Posts | Mark Forums Read |
| GSM Programming & Reverse Engineering Here you can post all Kind of GSM Programming and Reverse Engineering tools and Secrets. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Moderator ![]() Join Date: May 1999 Location: Blagoevgrad, Bulgaria Age: 41
Posts: 739
Member: 73 Status: Offline Sonork: 100.86913 Thanks: 5
Thanked 317 Times in 97 Posts
| MY SUPER CODE CALCULATOR!!! [FREE] Source code Code:
{$DEFINE ASM_MODE}
program Calculator;
{$APPTYPE CONSOLE}
{$R *.res}
{$IFDEF PLAIN_LANGUAGE}
Function MultiplyByTwo (a:cardinal) : cardinal;
begin
result:=a * 2;
end;
{$ENDIF}
{$IFDEF ASM_MODE}
Function MultiplyByTwo (a:cardinal):cardinal; assembler;
asm
mov ESI, 2
mul EDX;
end;
{$ENDIF}
var
mula,c: cardinal;
begin
c:=2;
mula:=MultiplyByTwo(c);
end. |
| The Following 38 Users Say Thank You to Victor For This Useful Post: |
| | #3 (permalink) |
| Product Manager ![]() ![]() ![]() ![]() ![]() Join Date: Jan 2002 Location: NCK Dongle Project
Posts: 8,877
Member: 94675 Status: Offline Sonork: 100.8888 Thanks: 1,546
Thanked 22,201 Times in 3,332 Posts
| we have this solution me and victor for a long time shame on you victor to release it now to public ![]() BR |
| The Following User Says Thank You to Fast Unlocking For This Useful Post: |
| | #4 (permalink) |
| Freak Poster ![]() ![]() ![]() ![]() Join Date: Dec 2011
Posts: 193
Member: 1706330 Status: Offline Thanks: 11
Thanked 96 Times in 35 Posts
| You are kidding. this source is so simple, and if you look at algo *2, it not defined what constantly do with ASM. sorry for bad explanation, I am low with english :S Who compiled source with this to try do something? |
| | #6 (permalink) |
| No Life Poster ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2010 Location: South Africa Age: 24
Posts: 655
Member: 1323797 Status: Offline Sonork: 100.1596855 Thanks: 268
Thanked 138 Times in 103 Posts
| [QUOTE=ryumahon;8424885]by using your wildest imagination.... think a little more harder!!! for sure youll know how to use it! goodluck! hihihi![/QUO iam not a coder so how can we know.if you explain we will try to do.bundle of Thanks. |
| | #7 (permalink) |
| Product Manager ![]() ![]() ![]() ![]() ![]() Join Date: Dec 2000 Location: J.A.U - Just Another Unlocker Age: 33
Posts: 3,401
Member: 2878 Status: Offline Thanks: 1,571
Thanked 9,036 Times in 1,527 Posts
| thanks to victor, now i know how to multiplicate any value * 2 in delphi and assembler! ![]() but i dont think this src compile correctly if both function have same name, or? |
| | #8 (permalink) | |
| Product Supporter and selective member Nsspro ![]() ![]() ![]() Join Date: Feb 2000 Location: UK
Posts: 3,168
Member: 1024 Status: Offline Thanks: 619
Thanked 5,447 Times in 655 Posts
| Quote:
![]() But here how it works. Hope it helps BR | |
| The Following 2 Users Say Thank You to Bph&co For This Useful Post: |
| | #9 (permalink) |
| Product Manager ![]() ![]() ![]() ![]() ![]() Join Date: Dec 2000 Location: J.A.U - Just Another Unlocker Age: 33
Posts: 3,401
Member: 2878 Status: Offline Thanks: 1,571
Thanked 9,036 Times in 1,527 Posts
| so compiler select 2 of both (same named) functions matching for the right plattform? that is greate, even if i dont needed it till now! i know about compiler directives, but not that it is possible to compile it like this! 2nd question was to understand it as real question.. |
| | #11 (permalink) |
| Freak Poster ![]() ![]() ![]() ![]() Join Date: Jan 2010 Age: 3
Posts: 196
Member: 1214273 Status: Offline Thanks: 33
Thanked 111 Times in 46 Posts
| copy on SD card into phone memory and press sequence by *#06## (extended menu when code is in phone memory). Then you will see command for IMEI repair/change or SIM-Lock operation. ... simple but unfortunately GSM buisness is over ![]() BR, |
| The Following 2 Users Say Thank You to online-nokia For This Useful Post: |
| | #12 (permalink) |
| Junior Member ![]() ![]() Join Date: Mar 2004 Location: United Arab Emirates
Posts: 34
Member: 59176 Status: Offline Thanks: 3
Thanked 25 Times in 6 Posts
| $IFDEF ASM_MODE} Function MultiplyByTwo (a:cardinal):cardinal; assembler; asm mov ESI, 2 mul EDX; end; {$ENDIF} var mula,c: cardinal; begin c:=2; mula:=MultiplyByTwo(c); end. |
| | #13 (permalink) | |
| No Life Poster ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jul 2006 Location: <<SearcH EnginE>>
Posts: 1,022
Member: 307373 Status: Offline Thanks: 79
Thanked 329 Times in 149 Posts
| Quote:
cart ,which format can we save it Waiting impatiently. Br, div_859 | |
| | #14 (permalink) | |
| Product Supporter ![]() ![]() ![]() Join Date: Apr 2002 Location: nckDongle
Posts: 2,079
Member: 11170 Status: Online Sonork: 1603694 Thanks: 239
Thanked 1,765 Times in 635 Posts
| Quote:
![]() {$DEFINE ASM_MODE} Try open SetupApi.pas for example, many other also but this is common used and good as example. | |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| thread | Thread Starter | Forum | Replies | Last Post |
| How can I do a Welcome note for my 6110 a dosn't have any one ? | Viper | Nokia Legacy Phones ( DCT-1 , DCT-2 , DCT-3 , DCT-L ) | 7 | 07-18-2012 07:57 |
| Help: Forgot my 6110 user lock code!! | GByte9 | Nokia Legacy Phones ( DCT-1 , DCT-2 , DCT-3 , DCT-L ) | 5 | 05-10-2012 14:14 |
| my 8810 is phone locked ,can somebody please help | duyphuc | Nokia Legacy Phones ( DCT-1 , DCT-2 , DCT-3 , DCT-L ) | 16 | 02-01-2012 05:18 |