CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Ccs c-giving just function prototype (.h or .dll)

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Zek_De



Joined: 13 Aug 2016
Posts: 100

View user's profile Send private message

Ccs c-giving just function prototype (.h or .dll)
PostPosted: Fri Dec 16, 2016 4:02 pm     Reply with quote

Hello friends,
Like what is in c #, what should I do if I only want to give the part that the program can only use? Like .dll. Person only use include and write functions

Thanks advance
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Fri Dec 16, 2016 4:38 pm     Reply with quote

Do a search for:
Quote:
encrypted hex file


Or, just read this thread:
http://www.ccsinfo.com/forum/viewtopic.php?t=51476
temtronic



Joined: 01 Jul 2010
Posts: 9162
Location: Greensville,Ontario

View user's profile Send private message

PostPosted: Fri Dec 16, 2016 6:34 pm     Reply with quote

If you're talking about a 'driver' or similar 'function', anyone that cuts CCS C code is capable of either a) reverse enginering your 'code' or b) just making one from scratch

Unless I'm missing the meaning of your post...

One scenario...
You send me your 'driver' that I 'include' into my program. Compile, then dump out the listing...I now have your 'driver' decoded into assembler. From there I can easily recode into CCS C, either by hand or by using an Assembler to CCS C converter. This really isn't 'rocket science'. All it takes is a full pot of coffee and an evening without the phone ringing.

Jay
Zek_De



Joined: 13 Aug 2016
Posts: 100

View user's profile Send private message

PostPosted: Sat Dec 17, 2016 4:26 am     Reply with quote

******************************************

Last edited by Zek_De on Sat Dec 17, 2016 7:01 am; edited 3 times in total
Ttelmah



Joined: 11 Mar 2010
Posts: 19328

View user's profile Send private message

PostPosted: Sat Dec 17, 2016 4:41 am     Reply with quote

For this the CCS encrypt option should be fine. He will have to supply a good description of the functions, and then these can be #included by the students, without them being able to see the sources.
Zek_De



Joined: 13 Aug 2016
Posts: 100

View user's profile Send private message

PostPosted: Sat Dec 17, 2016 6:48 am     Reply with quote

Okay then, I'll be interested with it. Thanks.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group