Jump to content
Tuts 4 You

All Activity

This stream auto-updates

  1. Past hour
  2. Today
  3. Priboi

    create backup(from olly) functionality in x64dbg

    You dont have to do changes on yourself its not the purpose of this plugin because you know what you have changed. The code/data should be changed by program itself.
  4. whoknows

    .exe protector

    + password-protect-video.com
  5. Sean Park - Lovejoy

    An open source tool for analyzing vmp

    Now It works well but It takes some time to complete the job. Regards. sean.
  6. fjqisba

    An open source tool for analyzing vmp

    Well, the project is still a demo. I updated the plugin and provided a program for my own testing,you can try that. https://github.com/fjqisba/VmpHelper/releases
  7. Sean Park - Lovejoy

    An open source tool for analyzing vmp

    I virtualized below part and tested it. 004010C2 6A 01 push 01 004010C4 53 push ebx 004010C5 FF15 1C614000 call dword ptr [0040611C] → USER32.dll!EndDialog 004010CB EB 09 jmp 004010D6 ↓ It is cahnged to thses codes. 00A810C2 | E9 27BA1800 | JMP win32gui.vmp.C0CAEE | 00A810C7 <win32gui | 57 | PUSH EDI | edi:EntryPoint 00A810C8 | C3 | RET | 00A810C9 <win32gui | 56 | PUSH ESI | esi:EntryPoint 00A810CA | C3 | RET | 00A810CB <win32gui | EB 09 | JMP win32gui.vmp.A810D6 | And I used your plugin by clicking the menu "VMP -> Show Graph" at the address of 00A810C2. then It hung. the IDA version is 8.3.23.0608.. Regards. sean.
  8. fjqisba

    An open source tool for analyzing vmp

    For current plugin, it seems too early to analyze vmp oep, because vmp does a lot of operations at the beginning. Maybe you should try writing a small function, use vmp encryption, and then use plugin to analyze the begin of vmp function.
  9. Sean Park - Lovejoy

    An open source tool for analyzing vmp

    Win32GUI.vmp.zip Regards. sean.
  10. jackyjask

    An open source tool for analyzing vmp

    What are the preconditions to start de-virting 3.5.0 x86? I'm hitting only this: sample https://workupload.com/file/bDGty7XBnfW sometimes it is crashing, eg: BTW, what IDA versions do you support?
  11. fjqisba

    An open source tool for analyzing vmp

    Well, this is because it has not been fully developed yet. you can try sending samples to me so I can fix it.
  12. Yesterday
  13. Sean Park - Lovejoy

    An open source tool for analyzing vmp

    An error!!! And for another example. Why does it just show one graph and no branches? but your github page shows like this. Regards. sean.
  14. Sh4DoVV

    Nuitka 2.1.5 (Python 3.11)

    View File Nuitka 2.1.5 (Python 3.11) Hi Nuitka compiled python 3.11 file Correct password doesn't important Just patching Thanks Submitter Sh4DoVV Submitted 04/18/2024 Category CrackMe  
  15. Sean Park - Lovejoy

    create backup(from olly) functionality in x64dbg

    Where can I see the differences when choosing "Compare Snapshot"? I clicked the menu of "Make Snapshot" before changing anything. Then as @Priboi said, started an application. after it, I changed some bytes. then clicked the "Compare Snapshot" menu. however I cannot notice anything to show the differences in the disassembly pane of the x64dbg. Thanks. Regards. sean.
  16. whoknows

    .exe protector

    most possible using SetWindowDisplayAffinity API - more github.com/akinbicer/screen-capture-protector
  17. Hi, everybody! I am developing an ida plugin which can be used to analyze vmp3.5 x86. If you are interested in vmp, Then you can view the source code of the project to learn it. Suggestions and PRs are welcome. https://github.com/fjqisba/VmpHelper
  18. Sh4DoVV

    Nuitka 2.1.5 (Python 3.11)

    5 downloads

    Hi Nuitka compiled python 3.11 file Correct password doesn't important Just patching Thanks
  19. jackyjask

    create backup(from olly) functionality in x64dbg

    what have you tried what errors (if any) you've encountered? this forum is not chatGPT
  20. jackyjask

    [DevirtualizeMe] VMProtect 2.13.5

    who is "we"?
  21. Sean Park - Lovejoy

    [DevirtualizeMe] VMProtect 2.13.5

    How can we find the PCode "C9" in the debugger? Regards. sean.
  22. Last week
  23. Sean Park - Lovejoy

    create backup(from olly) functionality in x64dbg

    Does these plugins still work? Regards. sean.
  24. MabunbuNgube

    [crackme]A Crackme with antidebug

    jesus christ my man, u got some crazy shovel to dig up this old of a topic
  25. Thank you for reporting! Should be fixed now... Ted.
  26. @Teddy Rogers youtube links are not converted to video views. Regards. sean.
  27. i have get it by TypeRefUser and MemberRefUser...
  28. target assembly like this: namespace A{ class Program { static void Main() { ...} } } new assembly: namespace B{ class Program { static void M( ) { ...} } } 2 assembly in the same path, now i want to call method M( ) in target method main( ), If there was an example on how to add a reference or any ideas, it would be helpful. Thanks.
  29. Sean Park - Lovejoy

    [C++] The Enigma Protector Devirtualizer Source Code

    Here is the visual studio 2015 project and release and debug builds. If anyone needs this, feel free to download it. Enigma DeVirtualizer.zip Regards. sean.
  1. Load more activity
×
×
  • Create New...