Skip to main content
7 events
when toggle format what by license comment
Jan 11, 2019 at 14:04 comment added g319909.nwytg.coM I dont want to copy psudocode , I just want to call this function in this exe ,
Jan 11, 2019 at 13:25 comment added arman OK then. you can just copy it from IDA and edit some minor stuffs like variable name, ... also there is a good decompiler in IDA (press F5 inside procedure) that gives you C source. it's you and the ways I told up there :-) go ahead do it and don't hesitate to ask while providing more details.
Jan 11, 2019 at 13:01 comment added g319909.nwytg.coM this function get 2 char* (1 in and 1 out) and 1 int , and the resualt will be in 1 of the char * the I send , and I want to use this char* that out in my c# program
Jan 11, 2019 at 11:03 comment added arman you want use that function's return value in your program or just call that function when exe is fully loaded/run? or want use whole function body in your program? please clear your final purpose. you may use dll injection to call that function. see: niraeth.com/c-remote-codecave-injection-x64
Jan 11, 2019 at 10:29 comment added g319909.nwytg.coM thank you! the fuction that I want to call it from exe file don't need a constant / file handles that init before this function, this function is independent , so how can I call this function from c# if this function is not export in this exe file ?
Jan 10, 2019 at 12:50 review First posts
Jan 10, 2019 at 14:05
Jan 10, 2019 at 12:49 history answered arman CC BY-SA 4.0