gogo2464

Results 69 issues of gogo2464

##### Is your feature request related to a problem? I used to be so frustruated when I started urh because I had little knowledge and it was complicated to subdivide...

feature

Do ```powershell [Environment]::SetEnvironmentVariable('UPLOAD_FILES', 'C:\Users\SAMUS\Desktop\s1.zip') [Environment]::SetEnvironmentVariable('DOWNLOAD_FILES', 'C:\s1.zip') ./build.ps1 -ProviderName virtualbox -VagrantOnly ``` to upload from 'C:\Users\SAMUS\Desktop\s1.zip' host to guest to 'C:\s1.zip'

I want to install malware in the vm for malware analysis. ```powershell vagrant upload malware.exe C:\Users\vagrant\desktop\malware.exe ``` raise an error including : ```powershell Errno::ECONNREFUSED ``` I suggest to add an...

check in arweawes

When I do:; `bump2version subsubpatch .\setup.py` I got: ``` usage: bumpversion [-h] [--config-file FILE] [--verbose] [--list] [--allow-dirty] [--parse REGEX] [--serialize FORMAT] [--search SEARCH] [--replace REPLACE] [--current-version VERSION] [--no-configured-files] [--dry-run] --new-version...

## Environment ```powershell radare2 5.8.9 1 @ windows-x86-64 birth: git.5.8.9 Thu 01/11/2024__12:08:01.76 commit: 7c0c74195a9f0eb25ea27143cff82e9c0d01b631 options: gpl -O? cs:5 cl:1 meson ``` ## Description I can not `-e "pdb.autoload=true"` since I...

I would like to get a way to get a debugger outout like ltrace bin -l please? it is not implemented but sounds possible. I think we may add axl...

Check my PR https://github.com/cea-sec/miasm/pull/1465

Hello, I need to use the sameboy core for gb for a research project on glitch. I want to create a new algo to find glitch. My algo will be...