Skip to content

Instantly share code, notes, and snippets.

@nukino
Created March 10, 2012 01:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nukino/2009678 to your computer and use it in GitHub Desktop.
Save nukino/2009678 to your computer and use it in GitHub Desktop.
[20120310-1047]exedll.diff/exedll.c変更点
--- E:/SRC/VS_NET2008/exedll/exedll/exedll.c Sat Feb 10 10:40:46 2012
+++ E:/Tools/exedll/exedll.c Sat Mar 08 00:00:02 2003
@@ -310,7 +310,6 @@
ai[j] = (unsigned int)(av[j+2]);
}
}
- __try {
switch(i){
case 1:
ret = paddress(ai[0]);
@@ -370,10 +369,6 @@
break;
}
}
- __except(EXCEPTION_EXECUTE_HANDLER){
- ret = GetExceptionCode();
- }
- }
FreeLibrary(Hinstance);
goto end0;
}
@@ -420,7 +415,7 @@
system(var);
#endif
end0:
- code = ret;
+ code = 0;
end:
if(msg){
fputs(msg, stdout);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment