-
I fixed some usages where duration was wrongly used as timestamp_end.
Still, some usages seem weird...
client/src/cmdtrace.c:
* ISO14443A - All times are in carrier periods (1/13.56MHz)
* Thinfi…
-
MF_DBGLEVEL can only be set by `hf mf dbg N` but it's used across many other technos.
* iso14443b
* iso15693
* iclass
* felica
* lfops
* i2c
* fpgaloader
* flashmem
We should make the `hf m…
-
I have two executables which produce errors when running `mzmap` on them. Both executables have been built using Borland C compilers, and contain only 8086/8088 instructions. I can't reproduce the pro…
-
[Ruby Hacking Guide](http://ruby-hacking-guide.github.io/)
-
Hi,
I am using **PythonAnalysisEngine** to generate a callgraph for Python programs. However, when I give multiple input files which does not have a `main` function in them, I do not get any edges…
-
```
I have a class with a constructor as:
public class Foo {
public Foo(BarService service,
FooProcessor processor,
BazHelper baz,
Class iClass) {
...
}
}
Three of those p…
-
```
I have a class with a constructor as:
public class Foo {
public Foo(BarService service,
FooProcessor processor,
BazHelper baz,
Class iClass) {
...
}
}
Three of those p…
-
Excuse my lack of knowledge but I'm attempting to read and learn all I can. I'm having trouble running the makefile. When I type 'make' into msys batch it says make: *** No targets specified and no ma…
-
```
{
ICLASS: VCMPPD
CPL: 3
CATEGORY: AVX512
EXTENSION: AVX512EVEX
ISA_SET: AVX512F_512
EXCEPTIONS: AVX512-E2
REAL_OPCODE: Y
ATTRIBUTES: MASKOP_EVEX MXCSR
PATTERN:…
-
for the class
```cs
public foo {
public (int, string) easy {get;set}
public IEnumerable hard {get;set}
}
```
which will emit for types using `ToTypeScriptType`
``` ts
easy: ;
hard: [];
…