Click here to Skip to main content
15,921,793 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSetting "Service" dependency programatically Pin
Qasim Jalil2-Sep-04 19:36
sussQasim Jalil2-Sep-04 19:36 
GeneralRe: Setting "Service" dependency programatically Pin
parths2-Sep-04 21:09
parths2-Sep-04 21:09 
GeneralChange Exe contents while running Pin
Arsalan Malik2-Sep-04 18:23
Arsalan Malik2-Sep-04 18:23 
GeneralRe: Change Exe contents while running Pin
bmw50022-Sep-04 18:35
bmw50022-Sep-04 18:35 
GeneralRe: Change Exe contents while running Pin
alex.barylski2-Sep-04 18:37
alex.barylski2-Sep-04 18:37 
GeneralRe: Change Exe contents while running Pin
bmw50022-Sep-04 18:52
bmw50022-Sep-04 18:52 
GeneralRe: Change Exe contents while running Pin
2249172-Sep-04 20:54
2249172-Sep-04 20:54 
GeneralRe: Change Exe contents while running Pin
jmkhael2-Sep-04 22:14
jmkhael2-Sep-04 22:14 
You have several options and that depends on what you want to do.

If your objective is to hide some sensitive data than encrypt those into your exe, and decrypt at runtime.

If hiding the code from crackers eyes is what you are trying to achieve, try one of the different packers that are available (or write your own but requires some time. google for writing packer reverse)

SMC exe can achieve what you need to do, but that requires writing some assembly code (make sure the section in your exe your modifiying is linked with RW attributes)

So practically without knowing what you need, its kind of hard to tell you what to do.

An average cracker may only stop if he becomes bored to death

Papa


while (TRUE)
Papa.WillLove ( Bebe ) ;
GeneralRe: Change Exe contents while running Pin
David Crow3-Sep-04 2:35
David Crow3-Sep-04 2:35 
Generalport scan detector Pin
Anonymous2-Sep-04 18:19
Anonymous2-Sep-04 18:19 
GeneralRe: port scan detector Pin
bmw50022-Sep-04 19:51
bmw50022-Sep-04 19:51 
GeneralRe: port scan detector Pin
Antony M Kancidrowski2-Sep-04 23:16
Antony M Kancidrowski2-Sep-04 23:16 
GeneralRe: port scan detector Pin
bmw50025-Sep-04 14:43
bmw50025-Sep-04 14:43 
GeneralRe: port scan detector Pin
Antony M Kancidrowski6-Sep-04 2:53
Antony M Kancidrowski6-Sep-04 2:53 
GeneralRe: port scan detector Pin
Antony M Kancidrowski2-Sep-04 23:11
Antony M Kancidrowski2-Sep-04 23:11 
GeneralNon-Static Callbacks Pin
bmw50022-Sep-04 18:06
bmw50022-Sep-04 18:06 
GeneralRe: Non-Static Callbacks Pin
Indrawati2-Sep-04 19:10
Indrawati2-Sep-04 19:10 
GeneralRe: Non-Static Callbacks Pin
bmw50022-Sep-04 19:47
bmw50022-Sep-04 19:47 
GeneralRe: Non-Static Callbacks Pin
Indrawati2-Sep-04 19:58
Indrawati2-Sep-04 19:58 
GeneralRebar Band Info Problem Pin
Dan Neilsen2-Sep-04 15:08
Dan Neilsen2-Sep-04 15:08 
GeneralRe: Rebar Band Info Problem Pin
Dan Neilsen2-Sep-04 15:13
Dan Neilsen2-Sep-04 15:13 
GeneralMultiple BDA Graphs within the same Process. Pin
bear72-Sep-04 14:06
bear72-Sep-04 14:06 
Questionread/write buffered render engine... suggestions? Pin
xdissent2-Sep-04 12:38
xdissent2-Sep-04 12:38 
Generalcustom error during compile time Pin
Rohit Joshi2-Sep-04 11:32
Rohit Joshi2-Sep-04 11:32 
GeneralRe: custom error during compile time Pin
Michael Dunn2-Sep-04 12:01
sitebuilderMichael Dunn2-Sep-04 12:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.