
d3vt4r.blogspot.com
64:65:76:74:61:72A blog on my random rants
http://d3vt4r.blogspot.com/
A blog on my random rants
http://d3vt4r.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Sunday
LOAD TIME
0.7 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
10
SITE IP
172.217.10.129
LOAD TIME
0.673 sec
SCORE
6.2
64:65:76:74:61:72 | d3vt4r.blogspot.com Reviews
https://d3vt4r.blogspot.com
A blog on my random rants
64:65:76:74:61:72: February 2009
http://d3vt4r.blogspot.com/2009_02_01_archive.html
A blog on my random rants. Sunday, February 22, 2009. Bluetooth Sniffer idea for Google Summer of Code 2009. Sniffing capability should be multi-platform. Understanding of PyBluez and LightBlue. May require intermediate knowledge on Bluetooth firmwares. 1] http:/ umitbt.umitproject.org. 2] http:/ www.umitproject.org/? 3] http:/ www.umitproject.org/? 4] http:/ code.google.com/opensource/gsoc/2009/faqs.html. 5] http:/ blog.umitproject.org. Sunday, February 22, 2009. Subscribe to: Posts (Atom).
64:65:76:74:61:72: Google Summer of Code (GSoC) and Umit Project Talk
http://d3vt4r.blogspot.com/2009/03/google-summer-of-code-gsoc-and-umit.html
A blog on my random rants. Saturday, March 07, 2009. Google Summer of Code (GSoC) and Umit Project Talk. Open Source Alliance Cyberjaya in collaboration with IT Society, MMU Cyberjaya is organizing a talk on Google Summer of Code (GSoC) 2009 and Umit Project. Details as follows:. Date : 12th March 2009 (Thursday). Time : 4:00pm to 6:00pm. Venue : FIT XR 0001 (FIT Theatre Hall), Multimedia University, Cyberjaya. Saturday, March 07, 2009. Subscribe to: Post Comments (Atom). Google Summer of Code 2008.
64:65:76:74:61:72: MetroFon
http://d3vt4r.blogspot.com/2009/01/metrofon.html
A blog on my random rants. Wednesday, January 07, 2009. With the new pad falling under the supported service area, I was finally able to install OCE's MetroFon. Connection's solid, higher bandwidth and great service all for RM60 a month. If only these guys can go nationwide, TM's Streamyx would get a run for their money. Wednesday, January 07, 2009. Dude, thats awesome speed you have. you are lucky dude, since the coverage is real limited. i wonder where you are moving now. Anyway, enjoy the speed :P.
64:65:76:74:61:72: March 2009
http://d3vt4r.blogspot.com/2009_03_01_archive.html
A blog on my random rants. Friday, March 20, 2009. Bluetooth Sniffer proposals for Google SoC 2009. It is with great honor to announce that I have been officially selected to participate in this years Google Summer of Code. Program as a mentor under the Umit Project. Students interested with the Bluetooth Sniffer idea. Can begin submitting their applications to Google directly from 19:00 UTC on March 23 2009 or 03:00 GMT 8 on March 24. A standard template for the application is available here. Saturday, ...
64:65:76:74:61:72: April 2010
http://d3vt4r.blogspot.com/2010_04_01_archive.html
A blog on my random rants. Wednesday, April 07, 2010. Google Summer of Code 2010 Talk in UTM. The talk was scheduled on the 27th of March at University Technology Malaysia (Skudai, Johor). The crowd turnout was a great as they were enthusiastic about the topic at hand. Looking forward to a growing number of local students participating in GSoC 2010. Pictures of the talk are attached below. Introduction about the program by the students. Setting up for the presentation. The crowd - 1. The crowd - 2.
TOTAL PAGES IN THIS WEBSITE
19
Still Alive Doing Reversing | Opcode0x90's Blog
https://opcode0x90.wordpress.com/2010/11/26/still-alive-doing-reversing
Still Alive Doing Reversing. November 26, 2010. I am honestly surprised after 2 years of inactivity, this blog is still getting random hits and comments. Wipe the dust off this forgotten blog, I am not here to say goodbye. :3. Also, gotten a twitter for the lulz. I have no idea what to do with it anyway. From → Uncategorized. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). Notify me of new comments via email. A new v...
Moved all stuff to Google Code | Opcode0x90's Blog
https://opcode0x90.wordpress.com/2008/11/23/moved-all-stuff-to-google-code
Moved all stuff to Google Code. November 23, 2008. After some hassle I finally got my own SVN repository at Google Code. Slowly I will be migrating all my stuff there and say goodbye to free filehosting. Hopefully Google Code won’t fail me. My SVN repository is available here. Feel free to look around and leave comments here. Http:/ code.google.com/p/opcode0x90/. From → Coding. Is there any chance to contact you? Email) I have problem with olly, and I need experts help😦 (freezing always). Getting Starte...
Speeding up Portage and Kernel Compiling | Opcode0x90's Blog
https://opcode0x90.wordpress.com/2008/06/05/speeding-up-portage-and-kernel-compiling
Speeding up Portage and Kernel Compiling. June 5, 2008. Ever get annoyed by Gentoo’s forever-lasting compiling? Here is few tricks I found that really helps when surfing through gentoo-wiki.com. Speedup compiling using tmpfs. To speed up Portage compiling, the trick here is to mount a ramdisk at Portage temp compile directory. Everything in that directory will be placed onto RAM instead of going to disk, therefore greatly improves speed. This is the time needed to compile xorg-server. File: /sbin/compile...
Installing Gentoo on Dell Inspiron 1420 | Opcode0x90's Blog
https://opcode0x90.wordpress.com/2008/03/26/installing-gentoo-on-dell-inspiron-1420
Installing Gentoo on Dell Inspiron 1420. March 26, 2008. Note: This post is depreciated as the things had changed quite a lot since then. You can find the updated info from gentoo-wiki.com here. Its been a while since my last post. Again busy with real life stuff. Things have started to settle down a bit, so I might have more time to spend on the blog. (hopefully). Did anyone mentioned that the latest LiveCD on Gentoo website is 1 year old now? As an example. Download the iso and burn it. You might want ...
Injecting DLL into process on load | Opcode0x90's Blog
https://opcode0x90.wordpress.com/2011/01/15/injecting-dll-into-process-on-load
Injecting DLL into process on load. January 15, 2011. If you ever had the need to inject DLL into a process right before it starts executing, you should have experienced many headaches in the process. There are quite a few others have came up with the solution, but I guess my workaround is much easier. 1 Create your target process CREATE SUSPENDED. 2 Patch the process entry point with 0xEBFE (JMP $-2, infinite jump to itself). Dont forget to save the original bytes of course. 3 Resume the main thread.
Downloads | Opcode0x90's Blog
https://opcode0x90.wordpress.com/downloads
Http:/ opcode0x90.googlecode.com/files/GuardDecryptor.zip. Decrypts *.ini or *.des that is encrypted/signed with GameGuard’s private key. (not *.erl files mind you). Http:/ opcode0x90.googlecode.com/files/MACSpoof.zip. Changes your MAC address. Http:/ opcode0x90.googlecode.com/files/AppLoc.rar. Removes the annoying nag screen by AppLocale. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). Still Alive Doing Reversing.
Opcode0x90's Blog | The digital endoscopy | Page 2
https://opcode0x90.wordpress.com/page/2
January 13, 2008. Experiencing freeze with ollydbg? At ollydbg’s Debugging Options, uncheck Registers - Decode SSE Registers. This should fix the hang up when debugging multi-threaded apps. Sometimes the hang up is caused by the plugins, check if any causing it and remove it accordingly. January 9, 2008. Okay lets get back to business. I am a person who frequently use non-English application while running on the default system locale. The result? November 1, 2007. After switching to Code: Blocks, I then ...
[VB6] Invoke arbitary native API without Declare keyword | Opcode0x90's Blog
https://opcode0x90.wordpress.com/2010/11/30/vb6-invoke-arbitary-native-api-without-declare-keyword
VB6] Invoke arbitary native API without Declare keyword. November 30, 2010. Many would have thought this is not possible. However, Karcrack. Had written a nice hack to (ab)use undocumented MSVBVM60.Zombie AddRef to indirectly invoke his dynamically generated call stub. While his technique is pretty l33t, he overlooked one important fact: you need to mark the stub executable with VirtualProtect. While it will work fine and happy on most PC, when DEP is enabled the process will throw an access violation.
Code Snippets | Opcode0x90's Blog
https://opcode0x90.wordpress.com/code-snippet
Https:/ github.com/opcode0x90/opcode0x90/blob/master/snippets/SigSeek.inc. Scans through memory to find a given block of data. You can also use it to find variable data, eg 0F CB? Https:/ github.com/opcode0x90/opcode0x90/blob/master/snippets/Trypanophobia/Trypanophobia/Trypanophobia.cpp. PoC for anti-CreateRemoteThread injected threads. For more information, read this blog. Can you upload an example for it SigSeek SkipJack? Or send me per mail. Leave a Reply Cancel reply. Enter your comment here. Follow ...
TOTAL LINKS TO THIS WEBSITE
10
Blog de D3VROmusic - D3VROmusic - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Plus d'actions ▼. S'abonner à mon blog. Création : 14/04/2014 à 08:16. Mise à jour : 14/04/2014 à 11:30. Auteur compositeur et fondateur de Calicus' Records suivez moi dans cette nouvelle aventure! And much more :D. Ce blog n'a pas encore d'articles. Abonne-toi à mon blog! Poster sur mon blog.
d3vs1te.com is almost here!
D3vs1te.com is almost here! Upload your website to get started.
d3vsite - d3vil401's Website
When gaming and IT Sec. merges. IT Security Student - ICT Engineering Student - Reverse Engineer. Cryptoanalyst - Network Developer - Low Level Languages Coder. Gamer - Researcher - ESEmu Project Author. I was born in July 1994, with a Nintendo NES and a PC in my hands. This made me grow up with the passion of gaming and one day I questioned myself:. How are video games done? How do people create these "hacks"? What is behind this game window? Horsens, DK 8700. This project uses Boost Libraries. I presen...
D3vStudio | Welcome
Is now a brand of PlaySys. Please refer to the main agency web site.
64:65:76:74:61:72
A blog on my random rants. Wednesday, April 07, 2010. Google Summer of Code 2010 Talk in UTM. The talk was scheduled on the 27th of March at University Technology Malaysia (Skudai, Johor). The crowd turnout was a great as they were enthusiastic about the topic at hand. Looking forward to a growing number of local students participating in GSoC 2010. Pictures of the talk are attached below. Introduction about the program by the students. Setting up for the presentation. The crowd - 1. The crowd - 2. It is...
亚游集团客服电话 | 首页
济宁亚游集团客服电话工程机械有限公司是粮食烘干机厂家,主营小型粮食烘干机,公司位于孔孟之乡济宁,公司立足于农业领域以维护粮食安全作为己任,公司作为合肥三伍牌、安徽金竹牌粮食烘干机山东省总代理商,公司从2012年销售粮食烘干机至今客户遍布山东省各地,将不断的为广大用户提供更优质的产品和服务,2017年公司取的了安徽百特玉米色选机、涡阳智航植保无人机、山东恒特微型挖掘机的山东省销售权 公司愿景 提供农业一体化服务方案、为了建设中国美丽乡村不断的加油努力。
d3v Technology Solutions, LLC
Software Development Services for small and medium-sized businesses. Custom Server and Desktop Software. V Technology Solutions has developed software with the following technologies:. PHP, HTML5, CSS3, MySQL, Javascript, Wordpress, AJAX, Bootstrap, ASP.NET/C#, SEO. C , Java, C#/.NET, SQL Server. Amazon Web Services - EC2, S3, IAM, Key Management, EBS, Snapshots. Sound software design with MVC architecture. References and specific details are available on request. V Technology Solutions believes in:.
9111473.cn
d3vulge - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 8 Years. This deviant's activity is hidden. Deviant since Dec 15, 2006. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. Why," you ask? Click t...
d3vvi | DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Deviant for 9 Years. This deviant's full pageview. Last Visit: 405 weeks ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. You can drag and drop to rearrange. You can edit widgets to customize them. The bottom has widgets you can add! Some widgets you can only access when you get Core Membership.