<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by TheCoder</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Wed, 10 Jun 2026 02:51:52 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Course on Cracking Software Legally</title>
            <link>http://forum.lowyat.net/topic/4979786</link>
            <description>&lt;b&gt;Crack Software Legally by Solving CrackMe Challenges whilst learning Reverse Engineering &amp;amp; Assembly Language the fun way&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='https://crackinglessons.com' target='_blank'&gt;Click here to see the course&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='https://pictr.com/image/7ZRPcJ' target='_blank'&gt;&lt;img src='https://pictr.com/images/2020/06/28/7ZRPcJ.md.png' border='0' alt='user posted image' /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href='https://pictr.com/image/7ZR50n' target='_blank'&gt;&lt;img src='https://pictr.com/images/2020/06/28/7ZR50n.md.jpg' border='0' alt='user posted image' /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Description&lt;/b&gt;&lt;br /&gt;If you want to learn how to crack software legally, the fun and easy way like playing a computer game, then this course is for you. There exists on the Internet several websites which provide specially designed software for you to crack in order to learn reverse engineering .  These software are called CrackMe&amp;#39;s or ReverseMe&amp;#39;s.  A CrackMe is a small program designed to test a programmer&amp;#39;s reverse engineering skills. They are programmed by other reversers as a legal way to crack software, since no intellectual property is being infringed upon.&lt;br /&gt;&lt;br /&gt;These CrackMe&amp;#39;s typically have different levels from easy to advanced. By cracking each level and gradually levelling up, you will learn reverse engineering (reversing).  Traditionally, reverse engineering is taught by first learning C/C++, assembly language and then debugging. There are no formal courses which teach software cracking as it is deemed illegal to crack licensed software.  But in this course we will crack CrackMe&amp;#39;s and not licensed proprietary software. That way we won&amp;#39;t be breaking any laws. This way of learning can be pretty exciting but can be quite difficult unless you have an instructor to guide you step-by-step.&lt;br /&gt;&lt;br /&gt;In this course, I will show you the world of reversing (cracking software), where you will enjoy the thrills of hacking software (CrackMe&amp;#39;s) legally and solving each level and going from easy and gradually to more advanced levels - just like playing online games.  The software we will be cracking is provided by CrackingLessons and Crackmes One which are a popular reverser&amp;#39;s playground where hackers play cracking games much like CTF (Capture the Flag) and learn at the same time. Information on cracking software on the Internet is terse and unstructured. Hence this course. I will walk through each level just like in a classroom where you can follow along and ask questions in the Q &amp;amp; A section. All you need is a PC running Windows. I will show you where to download x64dbg disassembler and debugger, install and configure it as well as other tools we will be using.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Great way to get started in assembly programming and reverse engineering:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;If you had always wanted to learn assembly and reverse engineering, what better way than to learn how to crack software (legally). So, I invite you to learn to crack software (legally) and in the process, you will also learn assembly language and reverse engineering. This is much more fun &amp;amp; exciting than learning it the traditional way - the boring way through formal IT courses and books. You will be killing 2 birds with one stone, i.e. learning how to crack software and also learn assembly/reverse engineering.  This course is also a great stepping stone to other Reverse Engineering fields like malware analysis, exploits development and software testing.  So let&amp;#39;s get started in your journey of cracking to learn.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Who this course is for:&lt;/b&gt;&lt;br /&gt;Programmers who want to level up their skill to reverse engineering software&lt;br /&gt;IT or computing students who want to know how software works internally&lt;br /&gt;Anyone interested in solving CrackMe&amp;#39;s for fun as a hobby.&lt;br /&gt;&lt;br /&gt;&lt;a href='https://crackinglessons.com' target='_blank'&gt;Check out the course&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;</description>
            <author>TheCoder</author>
            <category>Software</category>
            <pubDate>Mon, 15 Jun 2020 10:48:54 +0800</pubDate>
        </item>
        <item>
            <title>Android Programmer Wanted</title>
            <link>http://forum.lowyat.net/topic/1857526</link>
            <description>Guys,&lt;br /&gt;&lt;br /&gt;Anyone interested in applying for a job as Android Progammer in Universiti Sains Malaysia:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.jobstreet.com.my/jobs/2011/4/default/10/1305101.htm?fr=J' target='_blank'&gt;http://www.jobstreet.com.my/jobs/2011/4/de...305101.htm?fr=J&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description>
            <author>TheCoder</author>
            <category>Android</category>
            <pubDate>Sat, 30 Apr 2011 01:39:20 +0800</pubDate>
        </item>
        <item>
            <title>Vista &amp;amp; C# - access to Registry key Global denied</title>
            <link>http://forum.lowyat.net/topic/401388</link>
            <description>I&amp;#39;m using Visual C# 2005 Express to write a program on Vista that checks for available RAM.&lt;br /&gt;&lt;br /&gt;The partial code is as below:&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;using System; &lt;br /&gt;using System.Collections.Generic;&lt;br /&gt;using System.ComponentModel;&lt;br /&gt;using System.Data;&lt;br /&gt;using System.Drawing;&lt;br /&gt;using System.Text;&lt;br /&gt;using System.Windows.Forms;&lt;br /&gt;using System.Diagnostics;&lt;br /&gt;&lt;br /&gt;namespace MyTests&lt;br /&gt;{&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;public partial class Form1 &amp;#58; Form&lt;br /&gt; &amp;nbsp; &amp;nbsp; {&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;public Form1&amp;#40;&amp;#41;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; InitializeComponent&amp;#40;&amp;#41;;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;br /&gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;private void buttonCheckRam_Click&amp;#40;object sender, EventArgs e&amp;#41;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;PerformanceCounter ramCounter &lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= new PerformanceCounter&amp;#40;&amp;#34;Memory&amp;#34;, &amp;#34;Available MBytes&amp;#34;&amp;#41;;&lt;br /&gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MessageBox.Show&amp;#40;ramCounter.NextValue&amp;#40;&amp;#41; + &amp;#34;MB&amp;#34;&amp;#41;;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } &lt;br /&gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp; }&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Upon running the program as Administrator, there was no problem, but when I run the program as a normal user, it&lt;br /&gt;&lt;br /&gt;throws an &amp;quot;UnauthorizedAccessException&amp;quot; , Acess to the registry key &amp;#39;Global&amp;#39; is Denied.&lt;br /&gt;&lt;br /&gt;Any ideas, how to solve this problem is much appreciated.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description>
            <author>TheCoder</author>
            <category>Codemasters</category>
            <pubDate>Sun, 21 Jan 2007 10:19:59 +0800</pubDate>
        </item>
    </channel>
</rss>
