Jump to content

Destinaxe

Members
  • Posts

    40
  • Joined

  • Last visited

Everything posted by Destinaxe

  1. Oh my! Well thank you for teaching me the ways of the search function... I was looking for an answer as to why exactly it went down. Thanks Al, for what it's worth, the chat is typically a good group of people I have more than once found that the chat makes my day more enjoyable after a long hard day at work.
  2. First, I apologize if there is a thread somewhere with this information, I was not able to find it. I was curious as to why the chat feature was removed, a lot of us come here mainly for the chat and it had a nice welcoming community. Can someone explain why this was removed? Is there any way we can get it back?
  3. Wow this is great! Respect++ haha Thanks for sharing
  4. Chat is down :( guess I'll just do something productive instead...

    1. Show previous comments  18 more
    2. Iwantgames:)

      Iwantgames:)

      There was a Troll, people was bad mouthing the mods, among other things

    3. Destinaxe

      Destinaxe

      So ban those individual people?

       

      Perhaps do it by IP address and not just username?

       

      The majority of the crowd there were good people, I hardly ever saw any trolling :/

    4. Iwantgames:)

      Iwantgames:)

      I agree I liked hanging out in the chat. Nvr personally had any issues with anyone

  5. A couple of things here, "Power Level" has very little to do with the reasons that this is difficult to do, the NES, GBA and NDS all use different architectures and are vastly different (NDS and GBA being the most similar). There was the classic rom series on the GBA where they released Metroid , Super Mario Bros, but those are a massive pain to emulate as nintendo actually put antiemulation measures into those games. That being said, it would be in interesting project to attempt to abstract the code from the NES game and through LLVM or some other various tools convert it to code that can natively run on the GBA. I will do a little preliminary research and post back later if people are still interested.
  6. Awesome work thus far! I would be happy to help hack along with you if you ever need any help!
  7. Hi All, I don't post much here, but I will finally be getting some free time in the coming months and I wanted to query the general public and see if there would be any interest in tutorials and examples of reverse engineering various game console ROMs. I would like to focus on consoles that I am relatively familiar with in order to guarantee a quality series of write ups! What do I mean when I say reverse engineering? Gaining the ability to look as ASM code and relating that code to what is going on in the game Using various reverse engineering tools to better understand the internals of how various games work Learning to hack / modify your favorite games from various consoles. What are some of the skills that I plan on covering? Basic computer systems architecture and design Programming basic and essential knowledge to be able to reverse engineer existing code Introduction to various programming and reverse engineering tools in a linux based environment What do I expect from users? Willingness to learn Understanding that I will not be able to give constant updates at first while I am still in grad school. My vision for this is that I provide instructions to build a VM (Virtual Machine) that will give the users access to the tools that we will be using throughout our research and learning together. From there we will start with the following write ups! Building Our Environment - Tools, setup, and overview Basic Computer Architecture and Systems Design - A Ground Up Introduction to Computer Systems Busses / Protocols and Communications - An Overview of Typical System Components and How They Interact What makes Code "Code" - A Brief Introduction to Computer Science and Programming (Compilers, Assemblers, Linkers, etc all at a very high level) Interrupts / System Calls / Low Level Goodness - An Introduction to How Code Makes Use of the Underlying Hardware Our First Console Overview - A Hardware Rundown of Whatever Console is Chosen by the Students What is Reverse Engineering? - An Overview of Our Goals and Plans Involving What We've Learned So Far Reversing Our First Rom - We Will Modify A ROM From a Console Picked By The Students If you are interested, please response with one of the following consoles that you would like to see the series of writeups based on: Sega Genesis Atari 2600 Game Boy Advance (My personal favorite) Game Boy Nintendo NES Nintendo 64 Thanks!
  8. I hear that there was a samsquamch siting, better stay on the lookout

    1. Show previous comments  3 more
    2. BassGuitari

      BassGuitari

      It's come full circle; Sam Losco's become an actual caveman.

    3. Torr

      Torr

      All of 'em!

    4. Destinaxe

      Destinaxe

      Sighting Tom, I'm not to good at word readin, I only got my grade 10 ;)

  9. Could be a good opportunity to learn I'm sure that you could get help on people from here (myself included) on how to build a multicade!
  10. Sorry man :/ recently moved here, thought I'd need it with me, turns out I don't use it as much. Let me know if you are ever passing through again and are still interested! Cheers
  11. Hey Guys, I've got an old Neo Geo cabinet that I used to create a multicade machine that I am looking to get rid of. I have removed the interior electronics, but the buttons (which I replaced) are still on the panel. I honestly am willing to give it away to the first person who wants to come pick it up. I am located in the Boston MA area. The cabinet was on Hack-A-Day a while back after I finished it, there are some pics here and I can post more if folks are interested. http://hackaday.com/2014/04/14/neo-geo-arcade-gets-second-life-with-a-raspberry-pi/ Tl;dr - Free Neo Geo cabinet with some external wear that has been gutted - perfect for multicade project. Cheers
  12. Hey guys, change of plans! New blog updates on the Microcorruption CTF, lemme know what you think! https://destinaxe.wordpress.com/2015/02/08/taking-a-look-at-the-microcorrpution-ctf/

  13. Working on some Game Boy Advance reverse engineering, if you want to see it in a forum post just let me know!

    1. 5-11under

      5-11under

      Sure, sounds interesting!

  14. Gotcha, looks like there is no way around the PAL -> NTSC Converter!
  15. Sorry to be late to the party here, I have been super busy. If I but a composite cable like this one: http://www.amazon.com/Stereo-Audio-Composite-Atari-Jaguar-System/dp/B00JS53KPK Will it work with my PAL Jag?
  16. Lol, Predator/Owl...thank you internet!

  17. I've built multiple cart readers before, and I have a DE-0 that I've been dying to find a project for! I'd be happy to help with this
  18. I started directly with 68K ASM, since you are a developer it might not be such a rough transition for you. There is a lot of reading involved and you sometimes can't just google an answer. ( I used to do C# dev and remember stack overflow being the holy ground for C# answers ) I initially wrote simple ASM programs and ran them with GDB sim and Qemu. If you are a Linux user it is fairly trivial to set up a cross compiler and get things moving rather quickly. If you're interested in setting up a cross compiler check this link. To run the build binaries in QEMU check out this.
  19. As much as I love linux, I must say that I've always had an easier time getting things up and running on Windows. That being sad, if you are a technical person and like to tweak things and make your own modifications various Linux distros can be Decent for emulation. A few that immediately come to mind are: RetroArch Ubuntu (Xubunutu,Lubuntu,etc) Puppy Linux Arch Linux One nice thing about linux emulation is that you get get yourself a $25 raspberry Pi and a PS3 controller and be good to go. That is what I have set up in my living room and I love it.
  20. Working on a new Raspberry Pi blog post! Can't wait to learn more about this awesome platform :)

  21. Is AVP for the Jag still available? Would you be interested in trading any of the things I have listed in this thread?
  22. I am looking to trade for or purchase Aliens Vs. Predator for the Jaguar For Trade: - HP Atom Netbook (1.6 Ghz, 2G Ram 256 GB Storage, Currently running Xubuntu, but I can put whatever OS / emulators you wish on it ) - Rasperry Pi Model B+ Loaded with emulation station software (See here) - Sega Dreamcast (Console Only) - I am also an embedded systems engineer so if there are any repairs / mods that you want done I can do that as well Sorry if those are weird trade options, I'm working on building my collection!
×
×
  • Create New...