
forum.exetools.com
EXETOOLS FORUM - Powered by vBulletinForum of ExeTools
http://forum.exetools.com/
Forum of ExeTools
http://forum.exetools.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Thursday
LOAD TIME
2.3 seconds
PAGES IN
THIS WEBSITE
0
SSL
EXTERNAL LINKS
87
SITE IP
222.92.105.26
LOAD TIME
2.297 sec
SCORE
6.2
EXETOOLS FORUM - Powered by vBulletin | forum.exetools.com Reviews
https://forum.exetools.com
Forum of ExeTools
Insid3Code Team: [C/C++] From kernel32!Sleep to ntdll!NtDelayExecution
http://insid3codeteam.blogspot.com/2015/05/from-kernel32sleep-to.html
Monday, May 18, 2015. C/C ] From kernel32! Close me to start delay! CALL DWORD PTR DS. PUSH ESI PUSH DWORD PTR SS. CALL DWORD PTR DS. MOV DWORD PTR SS. EAX CMP DWORD PTR SS. Close me to start delay! Http:/ www.mediafire.com/download/afrw4e8lx8zrud4/Sleep.rar. C/C ] Protected Reg Key (Embedded null characters). C/C ] From kernel32! C/C ] From GetModuleHandleW to LdrGetDllHandle. C/C ] Protect handle from close. C/C ] Using RtlAdjustPrivilege to detect debugger. C/C ] Hide my loaded modules.
Insid3Code Team: [C/C++] Using RtlAdjustPrivilege to detect debugger.
http://insid3codeteam.blogspot.com/2015/05/cc-using-rtladjustprivilege-to-detect.html
Friday, May 22, 2015. C/C ] Using RtlAdjustPrivilege to detect debugger. A basic way using RtlAdjustPrivilege. To detect the debugger (OllyDbg and IDA demo 6.6). As usually but not (enabled by default) for all debugger, the Debugger must acquiring debug privilege. To work with its complete capacity. The snippet is simple and probably already used but I write it as simple as possible to get a clear ASM code. Enables or disables a privilege from the calling thread or process. MessageBoxW( NULL, L"Nothing!
Insid3Code Team: [C++/NATIVE] inaccessible folder
http://insid3codeteam.blogspot.com/2016/09/native-inaccessible-folder.html
Friday, September 30, 2016. C /NATIVE] inaccessible folder. Inaccessible folder inspired from "WinMend Folder Hidden" work. Include windows.h #include ntdll.h #ifdef WIN64 char *captionMsg = "64-bit Application"; #else char *captionMsg = "32-bit Application"; #endif char *statusMsg = "FAILED! Define MAIN FOLDER L"? Link: http:/ www.mediafire.com/file/9wwiembfz3vbacn/inaccessible folder.rar. C/C ] Protected Reg Key (Embedded null characters). C/C ] From kernel32! C/C ] Protect handle from close.
Insid3Code Team: [C/C++] Protected Reg Key (Embedded null characters)
http://insid3codeteam.blogspot.com/2015/05/cc-protected-reg-key-embedded-null.html
Monday, May 18, 2015. C/C ] Protected Reg Key (Embedded null characters). Inspired from Mark Russinovich's work - Sysinternals. Create a registry key that contain embedded-null characters. The created registry key become in-accessible using standard registry editing tools. NRun me with Admin privileges.". REGISTRY USER .DEFAULT Targeted Key". REG OPTION NON VOLATILE. REG OPTION NON VOLATILE. Done nTry this key: [HKEY USERS .DEFAULT Targeted Key]". C/C ] Protected Reg Key (Embedded null characters).
Insid3Code Team: Plugins
http://insid3codeteam.blogspot.com/p/plugins.html
BEGIN PGP PUBLIC KEY BLOCK- - -. Version: GnuPG v2.0.17 (MingW32). U8ONbKmmsAS4oVR1h4 ECgfrZ/ 3Xe2k dJqQh3EIbbj1GW7i8Gp7J9M93IjzyHN. END PGP PUBLIC KEY BLOCK- - -. Highlightfish (OD1.10 and ImmDbg Plugin) 1.0. OllyDbg and ImmDbg plugin: Highlightfish FINAL v1.0 build date 18/05/2013. Supported OllyDbg and ImmunityDebugger release: 1.10. Highlightfish will allow you to set coulour and Highlighting. Coded to work with OllyDbg and ImmunityDebugger, one plugin for both debuggers. 18/05/2013 (version 1.0).
Insid3Code Team: [C/C++] From GetModuleHandleW to LdrGetDllHandle
http://insid3codeteam.blogspot.com/2015/05/cc-from-getmodulehandlew-to.html
Monday, May 18, 2015. C/C ] From GetModuleHandleW to LdrGetDllHandle. Kernel32.dll ImageBaseAddress: 0x%p". Call memset add esp. Push eax push offset. Call snwprintf add esp. Case when GetModuleHandleW handle NULL parameter: I observed than if we pass "NULL" as parameter the function doesn't call any other function and retrieve the ImageBaseAddress directly from the information stored in the current PEB (Process Environment Block). Edi push ebp mov ebp. Esp cmp dword ptr. Rewriting the Code snippet:.
Insid3Code Team: VirtualBox Hardened Loader x64 (kernelmode.info)
http://insid3codeteam.blogspot.com/2015/05/virtualbox-hardened-loader-x64.html
Monday, May 18, 2015. VirtualBox Hardened Loader x64 (kernelmode.info). VirtualBox Hardened VM detection mitigation loader x64 from kernelmode.info. Step by step guide for VirtualBox Hardened (4.3.14 ) VM detection mitigation configuring. Http:/ www.kernelmode.info/forum/viewtopic.php? Project comes with full source code. In order to build from source you need: Microsoft Visual Studio 2013 U4 and later versions for loader build. Windows Driver Kit 8.1 U1 and later versions for driver build.
Insid3Code Team: Memory patcher to deal with (ASLR) 02 Updated
http://insid3codeteam.blogspot.com/2015/10/memory-patcher-to-deal-with-aslr-02.html
Tuesday, October 20, 2015. Memory patcher to deal with (ASLR) 02 Updated. Code snippet updated to support Wow64 for 64bit patcher to patch 32bit target. Attached file contains (source and binary (32bit/64bit and Wow64. Link: http:/ www.mediafire.com/download/l81e74mr9nc09he/loader02.rar. C/C ] Protected Reg Key (Embedded null characters). C/C ] From kernel32! C/C ] From GetModuleHandleW to LdrGetDllHandle. C/C ] Protect handle from close. C/C ] Using RtlAdjustPrivilege to detect debugger.
Insid3Code Team: [C/C++] Protect handle from close.
http://insid3codeteam.blogspot.com/2015/05/cc-protect-handle-from-close.html
Monday, May 18, 2015. C/C ] Protect handle from close. Include windows.h #include stdio.h #include ntdll.h int iWinMain() { #ifdef WIN64 LPWSTR captionMsg = L"64-bit Application"; #else LPWSTR captionMsg = L"32-bit Application"; #endif WCHAR mainMsg[MAX PATH] = {0}; HANDLE FileHandle = NULL; UNICODE STRING ObjectName; OBJECT ATTRIBUTES ObjectAttributes; OBJECT HANDLE ATTRIBUTE INFORMATION ObjectHandleAttributeInformation; RtlInitUnicodeString(&ObjectName, L" REGISTRY USER .DEFAULT"); Init...If (NtOpenKey...
TOTAL LINKS TO THIS WEBSITE
87
Екселліо Трейд
Feel free to look around. Ready to begin your journey? Click the button below. Авторизовані центри сервісного обслуговування. Компанія Datecs заснована в 1990 році, веде бізнес в 87 країнах світу та є провідним виробником торгівельного обладнання. Datecs спеціалізується на виробництві мобільних платіжних терміналів, торгівельних терміналів, касових апаратів та фіскальних принтерів. На українському ринку компанія Datecs працює з 1994 року, […]. Proudly powered by WordPress.
eXept User Forum • Index page
It is currently 28. Mar 2018, 20:51. Bull; View active topics. Please do NOT submit bugs to this forum, instead use expeccoALM at https:/ expeccoalm.exept.de. 10 Sep 2015, 14:22. Ask test developer questions, discuss and share ideas on how to best implement elementary blocks or interfaces. 14 Jul 2011, 15:19. Use this forum to discuss desired new features for expecco. 25 May 2009, 22:20. Learn more about expecco Plugins. 29 Oct 2015, 12:08. Häufig gestellte Fragen auf deutsch. 21 Apr 2015, 15:08. Bull; D...
eXERD • Index page
2016년 7월 1일부터 질의응답 게시판이 Techdom 사이트로 이동되었습니다. 글쓰기는 Techdom에서 가능합니다. Techdom 바로가기. EXERD는 Eclipse 기반의 쉽고 빠른 ER 모델링도구입니다! It is currently 2018-Mar-29, Thu 3:51 am. Bull; View active topics. EXERD를 사용하시다가 안돼는 부분이나 궁금한 점이 있으면 알려주세요! 2016-Jul-18, Mon 2:09 pm. EXERD의 불편한 사항을 적어주세요! 2016-May-24, Tue 12:57 pm. 자주 질문하는 내용의 답변입니다. 2016-Apr-07, Thu 3:12 pm. When you have questions, ask us. 2016-Mar-22, Tue 2:47 pm. If you have any suggestions for eXERD, please write it freely. 2014-Jan-24, Fri 2:39 pm.
Index of /
Customer help forum • Index page
The primary aim of this forum is to provide support for Exetel customers. Users of this forum must abide by the forum rules and recognise that statements made on this forum do not constitute any "official" Exetel position. It is currently Thu Mar 29, 2018 5:51 am. Bull; Active topics. Look here if you have questions about registering on or accessing the Forum. View the latest post. On Fri Mar 09, 2018 2:00 pm. View the latest post. On Sun Dec 25, 2016 7:46 am. View the latest post. View the latest post.
EXETOOLS FORUM - Powered by vBulletin
Registration is open from now. 6148523063446F764C3256345A5852766232787A4C6D4E76625339544F446335646E4E485967. Any password problems please mailto: 883600(at)qq(dot)com. Welcome to the EXETOOLS FORUM. If this is your first visit, be sure to check out the FAQ. By clicking the link above. You may have to register. Before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. Release or share your Source Code. Forum ...
Obce sobě Přeloučsko - Obsah
Oficiální fórum Obce sobě ORP Přelouč. Poslední návštěva: pon 17. srp 2015 3:23:17. Právě je pon 17. srp 2015 3:23:18. Fórum - Obce sobě. Diskuse na volná témata, která souvisejí se životem v obcích. Kotlíkové dotace v Pardubické. Stř 12. srp 2015 7:19:05. Diskuze o aktuálních změnách zákonů, vysvětlení znění, poradenství. Vyhláška systému nakládání s. Úte 04. srp 2015 11:48:34. Vše o školách a školských zařízeních na území ORP Přelouč. Pon 03. srp 2015 5:53:41. Sociální oblast ORP Přelouč.
Excalibur, 83-110 Forum :: Indeks
Bull; 50 ostatnich postów. Bull; Zaloguj się, by sprawdzić wiadomości. Obecny czas to 16-01-2017 08:07. Forum Excalibur, 83-110 Forum Strona Główna. Zobacz posty bez odpowiedzi. O wszystkim co dotyczy strony, grupy, muzyki, tekstów i innych. O muzyce mego miasta. Wszystkie informacje dotyczące formacji 83-110. Tworzysz, nagrywasz, odtwarzasz. Kącik dla producentów, nawijaczy, Dj'ów i innych z naszego miasta. Informacje, ciekawostki, nowości na temat sprzętu muzycznego. Co się dzieje w mieście.
Index of /
exGTA.ru SA-MP сервер - Godfather:SARSL
ExGTAru SA-MP сервер - Godfather:SARSL: exGTA.ru SA-MP сервер - Godfather:SARSL. ExGTAru SA-MP сервер - Godfather:SARSL. 22 Июл 2015 19:41. 14 Июл 2015 20:59. С Днюхой Чесланы! 25 Июн 2015 11:08. 06 Июн 2015 22:01. 15 Сен 2014 12:28. Обновления, проблемы, предложения. 15 Сентябрь 2014 - 12:28. 07 Август 2015 - 20:09. 15 Июль 2015 - 15:33. 6 посетителей (за последние 15 минут). 0 пользователей, 6 гостей, 0 скрытых пользователей Полный список по: последнему действию. Сейчас: 09 Авг 2015 04:25.
Ex-Forum
28 März 2018, 20:51. Allgemeine und spezielle Diskussionen über den Explosionsschutz und sonstige Technik. Beiträge insgesamt: 2.996. Am meisten online: 101. Themen: 65 Beiträge: 336. Themen: 66 Beiträge: 314. Themen: 46 Beiträge: 213. Themen: 40 Beiträge: 182. Ex i - Nachweise (Control Drawing). Themen: 31 Beiträge: 146. Mehr auf wetteronline.de. Neueste Themen, kurz und knapp. Es gibt ein paar Besonderheiten, die jeder zusätzlich zu einem minimalen Wissen zum Gebrauch eines Forums kennen sollte:. Angem...