Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Programming and Coding

Programming and coding tips, help and solutions...

  1. Vic
    Started by Vic,

    This is my template keygen. Source: 4share.vn/f/7143464045444446/Template%20Keygen%20(VIC).rar or you can download at here: http://forum.tuts4you.com/files/file/723-vic-flat-keygen/

      • Like
    • 7 replies
    • 5.9k views
    e_z_minded_guy
  2. NewHitman
    Started by NewHitman,

    Hi everyone, you may remember my last keygenme that I have ever made which was NH KeygenMe#7 , it was my favorite one till now So I decided lately to share its source code for only 2000$ naaaaah I'm just joking ,anyway as I told you i decided to share its source code since a lot of guys out there wanted the SC and I wasn't able to share it since I lost it , till I found it lately ,so I hope it will help you both in coding and reversing I just added some comments so you will understand what's going on , it could be a good template for newbies to start with even if the code is little bit complicated but nevertheless everyone is invited to give it a try and as usua…

    • 8 replies
    • 7.1k views
    e_z_minded_guy
  3. CyberToxic
    Started by CyberToxic,

    I'm using VB6 to create a keygen. And how shall I add a xm music in VB6? Pleaaaase!

      • Like
    • 21 replies
    • 8.3k views
    e_z_minded_guy
  4. WinniePh
    Started by WinniePh,

    Hello.I am trying to crack basic crackmes for .NET written on C# that can't undestand code. Please,explain me some ones. Here is function of button clicking.. private void button1_Click(object sender, EventArgs e) { string str = "486752416871754464"; string str2 = ""; while (str.Length > 0) { str2 = str2 + Convert.ToChar(Convert.ToUInt32(str.Substring(0, 2), 0x10)).ToString(); str = str.Substring(2, str.Length - 2); } What the data it converts in the body of cicle while on str2? What is str.substring with agruments(0,2) and 0x10.ToString();? Could someone explain this code better please?I am just newbie in classes…

      • Like
    • 2 replies
    • 13.6k views
  5. blueflycn
    Started by blueflycn,

    Actually I am doing with an old game. What I am trying to do is to locate the key & mouse event shandling routines. For example, I want to find the complete routine when 'F1' key is pressed. I tried to trace but seems there are many functions in loop and I don't know where to set BP. Are idea or advices?

    • 2 replies
    • 4.2k views
  6. Sam7sam7

    hi all. before reading Excuse me for my poor English. i want to detect if my program opened with a Debuger in Delphi. i found a few code in other website ,but thats not work true! please help me.

    • 8 replies
    • 5.5k views
  7. Tarek_CrAcK
    Started by Tarek_CrAcK,

    ARM® Instruction Set Quick Reference ARM_Instruction_Set.rar

    • 0 replies
    • 5.2k views
  8. Harlock
    Started by Harlock,

    Ok so I have coded a program that add resources to an exe and the problem is that I can't use it on an exe build with visual studio if the resource size are <8000 bytes but I can use it on other exe with any resource size.. It's the EndUpdateResource that returns false. I got the error it's ERROR_INVALID_DATA 13 (0xD) The data is invalid. HANDLE hResources = BeginUpdateResource(TEXT("file.exe"),FALSE); if (hResources == NULL) puts("couldn't not open"); size_t totIt = (size_t)lSize/1000, a; for (a=1; a <= totIt; ++a){ UpdateResourceA(hResources,"RES",MAKEINTRESOURCE(a),MAKELANGID(LANG_NEUTRAL,SUBLANG_DEFAULT),&text[(a-1)*1000],1000); } if (…

    • 10 replies
    • 6.7k views
  9. hacktooth
    Started by hacktooth,

    Hi guys, i very confused for play a chiptune from resource with UFMOD in C# ! How to do this? Thanks all for the support and sorry for my bad english!!

    • 11 replies
    • 7.9k views
  10. tobetafu
    Started by tobetafu,

    Hi all this is my first post. I wonder if anyone would be kind enough to provide me with the source code of the mfmplayer library?

    • 14 replies
    • 6.8k views
  11. papadrellbo
    Started by papadrellbo,

    Hello, does somebody have a idea int his issue? How can I load a working dll to play sid files from ressource. Have anybody some source code in this issue? I hope somebody could hellllp me. Thanks a lot. cu papadrellbo P.s. Some keygen sourcecode witch playing music is helpful too. thanks. ;-)

      • Like
    • 12 replies
    • 6k views
  12. X-88

    how I can remove the separator between char 1, with another char?... if I use spaces, the *. nfo will separate like something is messed up Code : procedure TForm1.Export1Click(Sender: TObject); var I : Integer; SL : TstringList; begin SL := TstringList.Create; for I := 0 to SG.RowCount - 1 do begin SG.Rows.Delimiter := #32; // replace coma with spaces SL.Add(SG.Rows.DelimitedText); end; if not SD.Execute then Exit; SL.SaveToFile(SD.FileName); SL.Free; end; ZN.zip

    • 4 replies
    • 5k views
  13. Accede
    Started by Accede,

    I make this function that i get the length of the fasttracker modules but i get no return. My function looks like this : public string Getlength(string nm) { long len = Bass.BASS_ChannelGetLength(HMUSIC,BASSMode.BASS_POS_BYTES);//gets the length of the mod file as bytes double time = Bass.BASS_ChannelBytes2Seconds(HMUSIC, len);//convert mod bytes to seconds return nm; } This is how i call it player.getlength(label2.text); I hope some one can help my on this,is for are littel player on c#. I solved it by my self.her is the code if some on has the same prop with bass.net public string Getlength(string name2) {…

    • 0 replies
    • 5.6k views
  14. zorke
    Started by zorke,

    compiled with MASM into .lib form. If you port the inc, to C, C++ etc, go ahead for use with trainer/keygen/cracktro if you want help/found errors, just post in thread, or PM. should work with any language as long as include file is ported, also included example in MASM http://www.filedropper.com/zke-diblib or get attachment zke-diblib.zip

    • 2 replies
    • 9.8k views
  15. abhijit mohanta
    Started by abhijit mohanta,

    Does anyone have a idea on how aplib algo works? This is a derivation of lz78 decompression. I want to know the meanings of the routines like getbit getgamma and how it is used to read the dictionary. Below is the code ================== aP_depack_asm: ; aP_depack_asm(const void *source, void *destination) _ret$ equ 7*4 _src$ equ 8*4 + 4 _dst$ equ 8*4 + 8 pushad mov esi, [esp + _src$] ; C calling convention mov edi, [esp + _dst$] cld mov dl, 80h xor ebx,ebxliteral: movsb mov bl, 2 nexttag: call getbit jnc literal xor ecx, ecx call getbit jnc codepair xor eax, eax …

    • 6 replies
    • 8.3k views
    abhijit mohanta
  16. F0X
    Started by F0X,

    Here are all the ripp's from keygen FX from cyberdoom systems. I am not the maker or such.. I just thought it would be nice to have them here as well seeing my download speeds from that server are around 1kb/s dunno 'bout you guy's but it is just very anoying. Well here they are -------------------------------------------------------------------------------------- Graphical effect from ORiON keygen(fire) *download as attachement* -------------------------------------------------------------------------------------- Graphical effect from HTB keygen(about) *download as attachement* -----------------------------------------------------------------------…

    • 10 replies
    • 8.4k views
  17. 6748222
    Started by 6748222,

    I`we try write my own plugin, but API documentations.. lacks informations :/ I wanna copy text to clipboard without emulating "ctrl+click", anyone can help me with this.. Added: solved it: http://forum.tuts4you.com/topic/31048-b2a-ollydbg-plugin/

    • 0 replies
    • 5.1k views
  18. ragdog
    Started by ragdog,

    Hey Comuntity I try my luck in Cpp now have i a problem with Miracl miracl *mip=mirsys(256, 0); mip->IOBASE=16; big t=mirvar(0); cinstr(t, "666AAA422FDF79E1D4E41EDDC4D42C51"); mip->IOBASE=64; cotstr(t, buff); // ZmqqQi/feeHU5B7dxNQsUQ mirkill(t); I try to convert a base 16 string "666AAA422FDF79E1D4E41EDDC4D42C51" to base 64 "ZmqqQi/feeHU5B7dxNQsUQ" Have any an idea why i have the wrong result? Regards,

      • Like
    • 14 replies
    • 6k views
  19. thunkdata
    Started by thunkdata,

    So if you have a file, and you pack it, obviously you lose all the information in the Import Address Table, well maybe not lose it, but it's useless because its never intialized since at the time the PE loader loaded the file, it would have never been set to the function addresses. So then how does the stub make it so that the orignal code is able to use the program correctly, does the packer run over the Import Name Table, find everything it is trying to import, and then build a new import address table once the file is loaded up using LoadLibrary?So you have something likeCALL DWORD PTR DS:[1063060]And then that stores an address to the beginning of the function (TlsSet…

    • 4 replies
    • 4.8k views
  20. ghsafsdfsdhfghfgjhgkj
    Started by ghsafsdfsdhfghfgjhgkj,

    • 3 replies
    • 6k views
  21. CodeExplorer
    Started by CodeExplorer,

    How to get the real method from MethodTyPar ? Used for methods with generic parameters. Seems that I should get it from "Method" but how?

      • Like
    • 3 replies
    • 4.4k views
  22. 0xd4d
    Started by 0xd4d,

    I've written code that will detect and prevent managed .NET debuggers and profilers from working. The code is in the public domain so anyone can use it should they find it useful. The difference between this code and other similar code is that this code can prevent a managed debugger and profiler from receiving messages. It also uses internal CLR variables to detect and prevent managed debuggers/profilers. The code has been tested on CLR 2.0 RTM - CLR 2.0 latest, CLR 4.0 RTM, x86 and x64.Code: https://bitbucket.org/0xd4d/antinetPart of the README follows here:Anti-managed debuggerMost anti-managed debugger code will call System.Diagnostics.Debugger.IsAttached somewhere …

    • 3 replies
    • 9.6k views
  23. Freefall63
    Started by Freefall63,

    Hey guys, I made some .v2m music on my own and would like to play them statically in vb 2008 .NET, because this is my favourite language. All I could find on the net was a c++ project, a delphi .dll and a vb 6 native project with a modified linker to link a v2m lib. Now I need to ask, is there any way? Greetz, Freefall - Attachment: My v2m music file and the magicv2m.dll delphi sound engine and some other useful stuff. V2.rar V2m plugins & projects.rar

      • Like
    • 62 replies
    • 27.6k views
  24. vdroy97
    Started by vdroy97,

    Hello Friends i am vijay studding in mca, i got a project in to find out key from your personal machine id, i try from long time but i cant solve this. here is given code Imports SystemImports System.IOImports System.ManagementImports System.Windows.FormsNamespace SecurityTest Friend Class productkey ' Methods Public Shared Function [date](ByVal st As String) As Integer Try Dim num As UInt64 = crypto.DecryptString(nconvert.toodec(st)) Dim hashCode As Integer = productkey.genrate.GetHashCode If (hashCode < 0) Then hashCode = (hashCode * -1) End If …

      • Like
    • 4 replies
    • 6k views
  25. Dumpper
    Started by Dumpper,

    Hi, At this time i have success load byte array contain assembly to application, Below sample script: //1. Load raw assembly from byte array Assembly SampleAssembly = Assembly.Load(byte_arr_assembly); //2. Launch Form Inside Assembley, Success if (SampleAssembly != null) { Type[] types = SampleAssembly.GetTypes(); foreach (Type type in types) { MethodInfo[] methodInfos = type.GetMethods(BindingFlags.Public | BindingFlags.Static); foreach (MethodInfo mf in methodInfos) { if (mf.Name == "Invoke") …

    • 2 replies
    • 4.9k views

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.