Click here to Skip to main content
15,881,852 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Dll injection and hooking Pin
miniman061-Dec-12 19:01
miniman061-Dec-12 19:01 
Questionsimple program in linux doesnt work Pin
a1_shay29-Nov-12 22:59
a1_shay29-Nov-12 22:59 
AnswerRe: simple program in linux doesnt work Pin
Graham Breach30-Nov-12 0:24
Graham Breach30-Nov-12 0:24 
GeneralRe: simple program in linux doesnt work Pin
a1_shay30-Nov-12 1:43
a1_shay30-Nov-12 1:43 
AnswerRe: simple program in linux doesnt work Pin
jschell30-Nov-12 10:49
jschell30-Nov-12 10:49 
QuestionRead binary File Pin
002comp28-Nov-12 23:05
002comp28-Nov-12 23:05 
AnswerRe: Read binary File Pin
Richard MacCutchan28-Nov-12 23:14
mveRichard MacCutchan28-Nov-12 23:14 
AnswerRe: Read binary File Pin
Freak3028-Nov-12 23:18
Freak3028-Nov-12 23:18 
What do you mean with getting the format? If it's a binary file and you don't know how to interpret its contents, I don't think you can get a format.

Regarding the reversion, thats quite easy, although I don't see the point in doing it. You could use the functions fread(), frwite() and the like to read it into a large enough char array, loop through it from back to front and write it byte by byte into a new file (assuming is is small enough to fit into memory).
GeneralRe: Read binary File Pin
002comp28-Nov-12 23:41
002comp28-Nov-12 23:41 
QuestionRe: Read binary File Pin
David Crow29-Nov-12 2:37
David Crow29-Nov-12 2:37 
Questionextracting resources from an exe for translation Pin
chronodekar28-Nov-12 21:28
chronodekar28-Nov-12 21:28 
AnswerRe: extracting resources from an exe for translation Pin
Mattias G3-Dec-12 22:24
Mattias G3-Dec-12 22:24 
Questioncompile code twice,why the two result is differrent Pin
yingkou28-Nov-12 21:10
yingkou28-Nov-12 21:10 
AnswerRe: compile code twice,why the two result is differrent Pin
Stefan_Lang28-Nov-12 22:31
Stefan_Lang28-Nov-12 22:31 
AnswerRe: compile code twice,why the two result is differrent Pin
Stephen Hewitt29-Nov-12 0:42
Stephen Hewitt29-Nov-12 0:42 
AnswerRe: compile code twice,why the two result is differrent Pin
Sajeesh Payolam30-Nov-12 18:28
Sajeesh Payolam30-Nov-12 18:28 
AnswerRe: compile code twice,why the two result is differrent Pin
Cristian Amarie3-Dec-12 8:55
Cristian Amarie3-Dec-12 8:55 
QuestionCListCtrl Pin
sarfaraznawaz28-Nov-12 21:07
sarfaraznawaz28-Nov-12 21:07 
AnswerRe: CListCtrl Pin
Jochen Arndt28-Nov-12 21:30
professionalJochen Arndt28-Nov-12 21:30 
QuestionLong pointer to character C++ Pin
pix_programmer28-Nov-12 4:41
pix_programmer28-Nov-12 4:41 
GeneralRe: Long pointer to character C++ Pin
David Crow28-Nov-12 5:19
David Crow28-Nov-12 5:19 
AnswerRe: Long pointer to character C++ Pin
Richard MacCutchan28-Nov-12 5:20
mveRichard MacCutchan28-Nov-12 5:20 
AnswerRe: Long pointer to character C++ Pin
Stefan_Lang28-Nov-12 6:07
Stefan_Lang28-Nov-12 6:07 
GeneralRe: Long pointer to character C++ Pin
David Crow28-Nov-12 7:56
David Crow28-Nov-12 7:56 
GeneralRe: Long pointer to character C++ Pin
Stefan_Lang28-Nov-12 22:03
Stefan_Lang28-Nov-12 22:03 

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.