Chachythehuman Posted December 16, 2013 Share Posted December 16, 2013 Can anybody make a tutorial about how to create an application that read/writes over a narc file?? Pls answer Link to comment Share on other sites More sharing options...
evandixon Posted December 16, 2013 Share Posted December 16, 2013 Are you familiar with any programing languages? If so, I recommend looking up the narc file format and how to manipulate binary. If not, you should start with a programming language. There isn't some guide to making a ROM hacking tool without the use of a programming language. Link to comment Share on other sites More sharing options...
Chachythehuman Posted December 16, 2013 Author Share Posted December 16, 2013 Are you familiar with any programing languages? If so, I recommend looking up the narc file format and how to manipulate binary. If not, you should start with a programming language. There isn't some guide to making a ROM hacking tool without the use of a programming language. Visual basic for example Link to comment Share on other sites More sharing options...
evandixon Posted December 17, 2013 Share Posted December 17, 2013 http://www.pipian.com/ierukana/hacking/ds_narc.html If you know how to manipulate binary data then this article helps with finding the structure of the data. Link to comment Share on other sites More sharing options...
Chachythehuman Posted December 17, 2013 Author Share Posted December 17, 2013 Ok thanks for answer Link to comment Share on other sites More sharing options...
Bond697 Posted December 21, 2013 Share Posted December 21, 2013 http://projectpokemon.org/forums/showthread.php?32365-NarcDump-1.0 the source in the thread has a narc handler in it and structs that define everything you would need to just read files from a narc. narc folders are a little more difficult, but you can find documentation on that. Link to comment Share on other sites More sharing options...
Andibad Posted February 13, 2014 Share Posted February 13, 2014 if you used VB (VB.NET), maybe my library (on my github) will work on your project too since is used NET platform. Mainly written on C#, if i get extra time maybe it will running on mono too. For now i not sync that to github since is ... not complete for now, still finding better performance/method (considering to used java but ...). so far it can read/replace file on narc , edit directly to file or on the fly (memorystream), with some various extra function like hash calculation (md5/sha-1), export to hexadecimal view, ect (idea from my old tool, and this new library will replace my old method completely). Everything documented on my github account if is get released. c++ is good start for you, already bit learning this language but still not used on main work/project . you can see source from bond697, is good to start to writing own code. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now