![]() |
|
#11
|
|||
|
|||
|
Structured exception handler(SEH) is a way for handling exceptions!
You surely seen codes like this in many programs: Code:
push offset handler push fs:[0] mov fs:[0],esp .... pop fs:[0] add esp,4 ret handler: .... mov eax,1 ret If you know rusian,or you will use online translators like babelfish,You can use these tutorials: http://wasm.ru/article.php?article=Win32SEHPietrek1 http://wasm.ru/article.php?article=Win32SEHPietrek2 http://wasm.ru/article.php?article=Win32SEHPietrek3 or else you can use web site that I attached(I don't remember its URL) for a great tutorial. In addition I don't forget when I asked the same question here(or woodmann),and get a blame from JMI! sincerely yours
__________________
I should look out my posts,or JMI gets mad on me!
Last edited by Hero; 08-19-2005 at 16:52. |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Add export table to PE file? | jonwil | General Discussion | 2 | 10-04-2021 04:01 |
| Export Table Tester | Nacho_dj | Community Tools | 3 | 08-13-2016 07:02 |
| Adding a function to Export-Table of a PE file | omidgl | General Discussion | 3 | 04-17-2005 09:27 |
| Creating a DC hub... | fixxorion | General Discussion | 3 | 09-12-2004 09:46 |