Logic-Sunrise : actualités, téléchargements, releases, dossiers et tutoriaux

597 visiteurs sur le site | S'incrire

Accédez aux coordonnées de l’ensemble des techniciens professionnels recommandés par logic-sunrise 20 derniers dossiers et tutoriaux
Les dernières news importantes
L'actualité en continu
Une date pour Dead Space
La nouvelle franchise d'EA ayant fait bonne impression ces derniers trimestre révèle sa date de sortie. Prévu pour Xbox 360 et PS3, le titre survival/action fera son apparition sur les étals dès le 24 octobre prochain.

Vendredi 29 Août 2008, 22:04 Lue 8047 fois
7
La détéction de mouvement enfin sur NDS
C'est Activision qui ouvre le bal des nouvelles cartouches à détéction de mouvements avec son prochain jeu, Tony Hawk DS qui utilisera un accelerateur ainsi qu'un détécteur de mouvement directement intégré à la cartouche. Reste à voir si l'apport est vraiment réel et si la prise en main est concluante. Réponse dans quelques semaines!

Vendredi 29 Août 2008, 22:02 Lue 9982 fois
1
Le Million pour Ninja Gaiden II
Après le départ du maitre Itagaki de Tecmo, le developpeur refait parler de lui en annoncant la barre du million franchi pour Ninja Gaiden II, titre exclusif à la 360. En trois mois, le titre à trouvé son public de gamers hardcore fans de démembrements et de combos démentiels.

Vendredi 29 Août 2008, 22:00 Lue 9869 fois
0
Un nouveau Trailer pour Tomb Raider : Underworld
Alors que les clichés de la représentante de Lara Croft avait fait débat sur le forum, voici un nouvel aperçu de ce qui pourrait bien être la confirmation du renouveau de la série, entamé avec Legend et confirmé avec Anniversary. Que les fans de lara se rassurent, ce Tomb Raider semble être le digne successeur du premier épisode ayant vu le jour sur PS1. Mais trêve de bavardages, places aux images :
 
Vendredi 29 Août 2008, 21:56 Lue 7187 fois
2
Nyko Wing : nouveau pad classique sans fil pour la Wii
Nyko, toujours a fond dans les accessoires présente, le Nyko Wing.
Il sagit d'un controleur classique sans fil pour la Wii, son autonomie anoncée est de 30 heures environ avec 2 piles AAA.



Vendredi 29 Août 2008, 21:21 Lue 7705 fois
0
Enregistrer vos programmes pendant que vous jouez
Sony conscient que le geek que vous êtes ne peut pas se contenter d'enregistrer son programme TV en le regardant viens d'annoncer que le code final su service PlayTV permettra d'enregistrer ses programmes tout en jouant.

Alors...Heureux?

Vendredi 29 Août 2008, 21:19 Lue 7113 fois
5
La PSP 3000 perd du jus
Comme vous le savez tous, Sony s'apprète a sortir une nouvelle série de PSP.
Nous avons maintenant presque toutes les infos sauf, celle de la batterie et la, c'est le drame.

En effet il semblerai que la PSP perde 20 à 30 minutes d'autonomie comparé a nos PSP actuelles.
Est ce que le sacrifice de l'autonomie pour un meilleur écran vaut le coup ? viendez vous exprimer les lapinous

Vendredi 29 Août 2008, 21:14 Lue 7244 fois
1
La D2Lite hackée
On avait déjà vu le hacking de console, de lecteur mais voici venir le hacking de puce.
Hier je vous annonçais la sortie d'une puce qui ne lance que les imports, et bien sachez que la puce a déjà été hackée et qu'elle peut désormais lire les backups au passage.

Et voici une série d'images qui bougent histoire de vous montrer le hack.



Vendredi 29 Août 2008, 21:11 Lue 7149 fois
0
Télécharger : DVDKey32 Lite-On Key Retriever
Après le flashache de BenQ sous windows, C4eva et les autres remettent le couvert avec DVDKey32 Lite-On Key Retriever qui lui permet de récupérer la Clé des lecteurs Lite-On, toujours à partir du port série, mais via Windows cette fois.

Bien sur ce n'est pas un flash en soit, mais c'est déjà une bonne avancée...

Changelog :
DVDKey32

This exe is a win32 app that extracts the drive key from the Lite-On 360 drive via Serial.

Be warned: This win32 program does not use the windows API. The exe writes directly to the ATA controller's I/O ports (which requires Geek Hideout's I/O dll, which I have included in the rarr). It also requires that you be using an ATA - SATA adapter to connect your 360 drive to your PC, or an SATA controller that has a legacy mode (try the BIOS setup options on your controller).

Geremia - initial concept
C4eva - the CDB's and how to send them
Podger - for the code
Seventhson - for the userspace parallel ATA driver

-----------------------------------------------------------------------------------------------------------------

USAGE:

Dumps Inquiry String to Inquiry.bin & Drive Key to Key.bin

usage: DVDKey32 command_base control_base com_port
command_base: base register of ATA command block in hex (e.g. 1F0 or 170)
control_base: base register of ATA control block in hex (e.g. 3F6 or 376)
legacy mode sata: command base = i/o from msinfo32, control base = command base + 0x0A (usually)
com_port: 1 to 9
pio_mode: 16 or 32 (default: 16)

As with Geremia's dos16 exe, power the drive on before each attempt and with the tray half open...


e.g.


DVDKey32 1cc0 1cca 1

Command base register is the port you would generally get from iPrep
Control base register in the case of Via 6421 at least is (Command base register + 0x0A)
Com port that the serila adapter is attached to

If you have trouble with 16-bit transfer, which you shouldn't, then you can try 32-bit PIO transfers, using the 4th optional parameter....

Msinfo32 does not mention the Control base register... However, a slax boot disk does.. If you are having problem figuring out the control base register try this.

1. Boot from your Slax 2.1 cd
2. login to Slax user/pass  root/toor
3. type: dmesg | grep sata
  you should then see something like this:

  sata_via 0000:04:0b.0: version 2.0
  sata_via 0000:04:0b.0: routed to hard irq line 5
  ata5: SATA max UDMA/133 cmd 0x1CC0 ctl 0x1CCA bmdma 0x1CA0 irq 22
  ata6: SATA max UDMA/133 cmd 0x1CD0 ctl 0x1CDA bmdma 0x1CA8 irq 22

Line 3 is the first port in your card... line 4 is the second and so on...

http://www.logic-sun...es/DVDKey32.rar

Vendredi 29 Août 2008, 11:28 Lue 9506 fois
0
Télécharger : BenQ Unlock
Bonne nouvelle pour les flasheurs en herbe, en effet C4eva et ses petits caramades viennent de sortir un programme win32 (éxécutable sous windows) permettant de dumper/effacer/flasher le FW des BenQ (via dosflash32).

Grâce a ce petit programme on peut même utiliser d'autre chipsets que les Via/nForce et on peut se passer de toute les manipulations On/Off de la console.

En bref que du bonheur...
Benq_Un_Lock

This exe is a win32 app that sends the "Magic" 28 unlock codes to you Benq 360 drive. The drive and then be dumped/erase/flashed using dosflash32 by chipsets other than Via/Nforce and without all that powering on/off or soldering.

Be warned: This win32 program does not use the windows API. The exe writes directly to the ATA controller's I/O ports (which requires Geek Hideout's I/O dll, which I have included in the rarr). It also requires that you be using an ATA - SATA adapter to connect your 360 drive to your PC, or an SATA controller that has a legacy mode (try the BIOS setup options on your controller).

C4eva - for 28 magic keys and the CDB's to send them
Podger - for the code
Seventhson - for the userspace parallel ATA driver

-----------------------------------------------------------------------------------------------------------------

USAGE:

Sends all unlock codes to benq

usage: Benq_Un_Lock command_base control_base [pio_mode]
command_base: base register of ATA command block in hex (e.g. 1F0 or 170)
control_base: base register of ATA control block in hex (e.g. 3F6 or 376)
legacy mode sata: command base = i/o from msinfo32, control base = command base + 0x0A (usually)
pio_mode: 16 or 32 (default: 32)


e.g.


Benq_Un_Lock 1cc0 1cca

Command base register is the port you would generally get from iPrep
Control base register in the case of Via 6421 at least is (Command base register + 0x0A)

If you have trouble with 16-bit transfer, which you shouldn't, then you can try 32-bit PIO transfers, using the 3rd options parameter....

Msinfo32 does not mention the Control base register... However, a slax boot disk does.. If you are having problem figuring out the control base register try this.

1. Boot from your Slax 2.1 cd
2. login to Slax user/pass  root/toor
3. type: dmesg | grep sata
  you should then see something like this:

  sata_via 0000:04:0b.0: version 2.0
  sata_via 0000:04:0b.0: routed to hard irq line 5
  ata5: SATA max UDMA/133 cmd 0x1CC0 ctl 0x1CCA bmdma 0x1CA0 irq 22
  ata6: SATA max UDMA/133 cmd 0x1CD0 ctl 0x1CDA bmdma 0x1CA8 irq 22

Line 3 is the first port in your card... line 4 is the second and so on...http://www.logic-sun...enq_Un_Lock.rar
Vendredi 29 Août 2008, 11:20 Lue 9412 fois
0
Télécharger : GenPlus GX
Mise à jour de l'emulateur megadrive (ou genesis pour les intimes) avec maintenant le support du pistolet et de la souris.

C'est ti pas beau tout ça ?

Jeudi 28 Août 2008, 20:32 Lue 8465 fois
0
D2sun : Une puce qui s'installe en 7 fils
Après la folie des MAJ de linkers, voici la folie des sorties de puces pour Wii.
Au tour de la D2Sun de faire parler d'elle.



Question fonctions, voici ce que l'on nous dit :
Features

* Fast and easy installation on all models. Plug and Play in 2 minutes!
* Supports all chipsets DMS,D2A,D2B (including pincut), D2C, D2C2 and D2E 100% ALL-IN-1 solution.
* Supports the pins-cuted D2B Wii without grinding the chip, just place the clip on chip like other versions.
* Compatible with DVD+/-R, DVD+/-RW and Dual-layer 8.5G DVD (movies and GCOS)
* Come with 2~8Mbit on board SPI flash
* Come with 24M on board CLK, 100% work stable on all Wiis, without any CLK problem some other Mod- chips have
* Direct boot of Wii original and backup games from the same region
* Direct boot of Gamecube original and backup games from the same region
* Direct boot of different NTSC region Wii and GC games on USA and JAP consoles
* Partial region free support on Wii and GC original and backup games with different video mode (ie PALUSA, JAPAN,KOR)
* Improved read settings for recordable media
* Supports running GC games at Wii disk speed
* GC Audio streaming Fix
* Supports full-size DVD and DVD9 discs for GC homebrew
* Supports GC multigame discs
* Supports Wii and GC multidisc games
* Does not modify RAM, making it virtually undetectable for the Wii
* Compact design, best quality components, rock solid high speed controller
* High speed and high secure Actel FPGA
* Two LEDs indicate the D2SUN working status
* Professional ESD packing
* Come with external control board, can enable/disable D2SUN chip, and can check the D2SUN working status in realEn Bref a part le nombre de fils (7 au total) et le controleur externe, les fonctions restent les mêmes que la majoritée de puces déjà sur le marché actuellement.
Comme d'hab vous pouvez consulter le site oueb officiel pour en savoir plus : http://www.d2sun.com/



Jeudi 28 Août 2008, 20:20 Lue 8113 fois
0