Programming Resources
Share an interesting blog, news page or other resource...
155 topics in this forum
-
Creating a Java VM from Android Native Code
by whoknows- 0 replies
- 5.1k views
https://calebfenton.github.io/2017/04/05/creating_java_vm_from_android_native_code/
-
Xposed Detector Library
by Modify- 0 replies
- 4.8k views
Force Check root, xposed without any permission, add small size Xposed Detector Library and improve android apps, games security. XposedDetectorLibrary.zip
-
Programming Linux Anti-Reversing Techniques...
by Teddy Rogers- 0 replies
- 9.9k views
Programming Linux Anti-Reversing Techniques Book is free and can be downloaded here... https://leanpub.com/anti-reverse-engineering-linux Ted.
-
Home and learn's free computer tutorials
by SkyProud- 0 replies
- 9.7k views
http://homeandlearn.co.uk/
-
[IDR Source]
by root- 2 replies
- 10k views
Crypto release source code of IDR(Interactive Delphi Reconstructor). https://github.com/crypto2011/IDR
-
Essential C# 6.0
by SkyProud- 0 replies
- 17.3k views
Essential C# 6.0 by Mark Michaelis (Author), Eric Lippert (Author) Link: http://intellitect.com/essentialcsharp/ https://www.amazon.com/Essential-6-0-Addison-Wesley-Microsoft-Technology/dp/0134141040
-
- 0 replies
- 5.8k views
i've seen, many ppl asking, how is it possible to resize a borderless (frameless) window in purebasic. so, here it comes. you can use, expand or improve my code for your own. have fun. the example is holding a nice timer that show a popup with a message and close after 3 seconds the whole tool. ; ; code inc in 2016 ; used PUREBASIC: 5.30 ; Enumeration #InfoText #InfoText_Font #Infobar #Infobar_Font #two_Mice_gfx #Image_Mice_gfx #SizeMe #Image_SizeMe #Gadget_exit #Exit_btn EndEnumeration ;{ Included Images DataSection Image_Image_1: ;Size = 17173 bytes Data.l $474E5089,$0A1A0A0D,$0D000000,$52444849,$D4000000,$DF000000,$00000308,$0…
-
C# Deconstructed: Discover how C# works on the .NET Framework
by CodeExplorer- 9 replies
- 9.6k views
C# Deconstructed: Discover how C# works on the .NET Framework by Mohammad Rahman Link: https://books.google.ro/books?id=4tadBAAAQBAJ&pg=PA1#v=onepage&q&f=false
-
- 1 reply
- 8.8k views
Hi at all. i wanna share my quick Purebasic webbrowser code. someone may find it useful. Source is not finished, you can add all your needs and or fix some bugs. 179kb exe 0-2% CPU ; ; just a simple purebasic html5 web browser by inc.aka udg ; ; including home button, forward, back, reload/ refresh, close ; address url field, page load progress bar ; ; PB 5.30 Windows 7 ; ;{ Keyboard Shortcut Enumerations Enumeration 1 #OLECMDID_OPEN #OLECMDID_NEW #OLECMDID_SAVE #OLECMDID_SAVEAS #OLECMDID_SAVECOPYAS #OLECMDID_PRINT #OLECMDID_PRINTPREVIEW #OLECMDID_PAGESETUP #OLECMDID_SPELL #OLECMDID_PROPERTIES #OLECMDID_CUT #OLECMDID_COPY #…
-
C++ in the modern world
by Alzri2- 0 replies
- 5.3k views
A nice article talks about the future of C++: "Shouting that C++ is doing better than ever would be a lie. But even a bigger lie is to call it a "dying" language ." http://www.codeproject.com/Articles/1071412/Cplusplus-in-the-modern-world
-
Getting Started with MASM and Visual Studio 2010
by CodeExplorer- 2 replies
- 7.4k views
Getting Started with MASM and Visual Studio 2010 Link: http://www.kipirvine.com/asm/gettingStartedVS2010/index.htm May be usefull for somebody. How to write x64 assembly functions in Visual C++: http://www.sciencezero.org/index.php?title=How_to_write_x64_assembly_functions_in_Visual_C%2B%2B
-
Head First C# 3rd Edition
by eyesonly- 0 replies
- 6.1k views
Head First C# is a complete learning experience for learning how to program with C#, XAML, the .NET Framework, and Visual Studio. Fun and highly visual, this introduction to C# is designed to keep you engaged and entertained from first page to last. You’ll build a fully functional video game in the opening chapter, and then learn how to use classes and object-oriented programming, draw graphics and animation, and query data with LINQ and serialize it to files. And you’ll do it all by creating games, solving puzzles, and doing hands-on projects. By the time you’re done, you’ll be a solid C# programmer—and you’ll have a great time along the way! Create a fun arcade game…
-
Working with Big Numbers Using x86 Instructions
by CodeExplorer- 0 replies
- 5.3k views
Working with Big Numbers Using x86 Instructions: Link: http://x86asm.net/articles/working-with-big-numbers-using-x86-instructions/
-
- 0 replies
- 7.3k views
Java programming dynamics, Part 5: Transforming classes on-the-fly: Learn how to modify classes as they're being loaded with Javassist Link: http://www.ibm.com/developerworks/library/j-dyn0203/
-
- 4 replies
- 10.1k views
The purpose of this document is to define one style of programming in C++. The guidelines presented here are not final, but should serve as a basis for continued work with C++. This collection of guidelines should be seen as a dynamic document; suggestions for improvements are encouraged.Author: Vic P. Contact: vic4key[at]gmail.comPDF Link
-
Creating a simple JIT compiler in C++
by CodeExplorer- 1 reply
- 7.9k views
Creating a simple JIT compiler in C++ Link: https://www.ojdip.net/2014/06/simple-jit-compiler-cpp/
-
Get method name from an eventhandler with WinDbg
by CodeExplorer- 0 replies
- 7.6k views
Get method name from an eventhandler with WinDbg Link: http://www.codeproject.com/Articles/467051/Get-method-name-from-an-eventhandler-with-WinDbg
-
Method Descriptor (.NET Internals)
by CodeExplorer- 1 reply
- 7.4k views
Method Descriptor (.NET Internals) Link: https://github.com/dotnet/coreclr/blob/master/Documentation/method-descriptor.md
-
Reading the Portable Executable (PE) header in C#
by CodeExplorer- 2 replies
- 13.9k views
Reading the Portable Executable (PE) header in C# />http://code.cheesydesign.com/?p=572 />http://www.koders.com/csharp/fid9B6C930568063E4960540AF90DFB88030EC65B01.aspx?s=file#L82 />http://www.codeproject.com/KB/winsdk/vbdebugger.aspx
-
Patching Java at runtime
by CodeExplorer- 0 replies
- 8.8k views
Patching Java at runtime: Link: http://armoredbarista.blogspot.ro/2012/01/patching-java-at-runtime.html
-
[VB.net]Skype Spammer
by ιvancιтooz- 0 replies
- 9.5k views
Hello Tuts4You Today I bring an application made in VB.net, here is a spammer skype works by opening the application after accepting the application in skype,and put the contact name you want to give the spam. Skype Spammer.rar
-
[C#] Mouse "Spazzer"
by ιvancιтooz- 0 replies
- 166.8k views
Hellou Tuts4You Today I bring an application made in c #, which makes this application is that when you hit start mouse, moving your mouse will go for 5 seconds on your screen, enjoy Mouse Spazzer - Tuts4You.rar
-
.NET blog - programming
by CodeExplorer- 2 replies
- 8.7k views
.NET blog - programming: http://iobservable.net/blog/category/net/
-
P-CODE versus Native Code
by CodeExplorer- 0 replies
- 7.4k views
P-CODE versus Native Code Links: http://vb.mvps.org/hardcore/html/p-codeversusnativecode.htm http://msdn.microsoft.com/en-us/library/aa240843%28v=vs.60%29.aspx https://www.princeton.edu/~achaney/tmve/wiki100k/docs/P-code_machine.html
-
- 0 replies
- 8.8k views
For all web scene teams , The most importance create the rlz package with info file and etc. The best way to create the nfo is auto with rlz package, I written an rlz package in 2009 after than update in 2012 and finally update this year, Now the source code release public for use anyone need to write rlz package , But the updated source code need minimum Delphi XE3 or higher. Description: Download: http://distro.0777.ir/index.php?dir=ASA/Source/'>>http://distro.0777.ir/index.php?dir=ASA/Source/And some document add soon.