Society of Robots - Robot Forum

Software => Software => Topic started by: Tomomastchi-project on December 24, 2008, 02:29:12 PM

Title: Reverse engineer C18
Post by: Tomomastchi-project on December 24, 2008, 02:29:12 PM
Hi guys,

Does anyone have sourcecode for me to reverse engineer. I´m currently learning to use the PIC 18F4550 with the C18 compiler and I already know C. I already red a tutorial about it, but I always find seeing sourcecode very useful so that´s why.

Thanks
Title: Re: Reverse engineer C18
Post by: izua on December 24, 2008, 04:05:52 PM
huh?
do you want to convert assembly/machine code to C?
Title: Re: Reverse engineer C18
Post by: Tomomastchi-project on December 24, 2008, 04:07:10 PM
No, I´m sorry. Didn´t mean reverse engineer literally. I just want sourcecode in C to look at.
Title: Re: Reverse engineer C18
Post by: HDL_CinC_Dragon on December 24, 2008, 06:20:47 PM
Try googling "PIC source code" ?
Title: Re: Reverse engineer C18
Post by: paulstreats on December 26, 2008, 01:33:29 PM
when you download microchip c18 you also get an examples folder. You have to navigate to where c18 was installed and find it yourself. (they give no direct links to it).

also try this website:

http://www.microchipc.com/ (http://www.microchipc.com/)
Title: Re: Reverse engineer C18
Post by: Tomomastchi-project on December 27, 2008, 09:16:54 AM
Yes, I already saw the examples, but they aren't really exciting. But maybe it's enough for me. Thanks anyway.